Skip to content

Commit 8081d92

Browse files
Make rubocop happy
1 parent 303e74c commit 8081d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/mongo/client_construction_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# possible future work: re-enable these one at a time and do the hard work of
1111
# making them right.
1212
#
13-
# rubocop:disable RSpec/ExpectInHook, RSpec/MessageSpies, RSpec/ExampleLength
13+
# rubocop:disable RSpec/ExpectInHook, RSpec/ExampleLength
1414
# rubocop:disable RSpec/ContextWording, RSpec/RepeatedExampleGroupDescription
1515
# rubocop:disable RSpec/ExampleWording, Style/BlockComments, RSpec/AnyInstance
1616
# rubocop:disable RSpec/VerifiedDoubles
@@ -2717,7 +2717,7 @@
27172717
it_behaves_like 'duplicated client with reused monitoring'
27182718
end
27192719
end
2720-
# rubocop:enable RSpec/ExpectInHook, RSpec/MessageSpies, RSpec/ExampleLength
2720+
# rubocop:enable RSpec/ExpectInHook, RSpec/ExampleLength
27212721
# rubocop:enable RSpec/ContextWording, RSpec/RepeatedExampleGroupDescription
27222722
# rubocop:enable RSpec/ExampleWording, Style/BlockComments, RSpec/AnyInstance
27232723
# rubocop:enable RSpec/VerifiedDoubles

0 commit comments

Comments
 (0)