We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd8038 commit 9eee8d2Copy full SHA for 9eee8d2
spec/support/request_spec_helper.rb
@@ -13,7 +13,7 @@ def json
13
JSON.parse(response.body)
14
end
15
16
- def login(email, password)
+ def login(email, password) # rubocop:todo Metrics/MethodLength
17
# Clear any existing session state to prevent interference between tests
18
reset_session if respond_to?(:reset_session)
19
0 commit comments