Skip to content

Commit 9eee8d2

Browse files
committed
Rubocop fixes
1 parent ffd8038 commit 9eee8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/request_spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def json
1313
JSON.parse(response.body)
1414
end
1515

16-
def login(email, password)
16+
def login(email, password) # rubocop:todo Metrics/MethodLength
1717
# Clear any existing session state to prevent interference between tests
1818
reset_session if respond_to?(:reset_session)
1919

0 commit comments

Comments
 (0)