Skip to content

Commit 6595bfa

Browse files
chore(rubocop): remove now unnecessary disablings of RSpec/MultipleExpectations
1 parent 7e05d3c commit 6595bfa

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

spec/system/manage_webauthn_credentials_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
end
8080
end
8181

82-
# rubocop:disable RSpec/MultipleExpectations
8382
context "when user has existing security keys" do
8483
before do
8584
add_security_key_to_authenticator(authenticator, user, name: "Existing Key")
@@ -111,7 +110,6 @@
111110
end
112111
end
113112
end
114-
# rubocop:enable RSpec/MultipleExpectations
115113

116114
private
117115

spec/system/sign_in_with_webauthn_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
authenticator.remove!
1515
end
1616

17-
# rubocop:disable RSpec/MultipleExpectations
1817
describe "sign in using passkeys" do
1918
before do
2019
add_passkey_to_authenticator(authenticator, user)
@@ -45,9 +44,7 @@
4544
expect(page).to have_content("Signed in successfully.")
4645
end
4746
end
48-
# rubocop:enable RSpec/MultipleExpectations
4947

50-
# rubocop:disable RSpec/MultipleExpectations
5148
describe "sign in with security keys as second factor" do
5249
before do
5350
add_security_key_to_authenticator(authenticator, user)
@@ -117,7 +114,6 @@
117114
end
118115
end
119116
end
120-
# rubocop:enable RSpec/MultipleExpectations
121117

122118
def remember_cookie
123119
page.driver.browser.manage.cookie_named("remember_account_token")

0 commit comments

Comments
 (0)