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.
2 parents bb168ba + 9297f1a commit 47f0330Copy full SHA for 47f0330
spec/rubocop/cop/rspec/empty_line_after_hook_spec.rb
@@ -313,7 +313,7 @@
313
it_behaves_like 'always require empty line after hook groups'
314
it_behaves_like 'never allows consecutive multiline blocks'
315
316
- it 'allows multiple one-liner blocks' do
+ it 'ignores multiple one-liner blocks' do
317
expect_offense(<<~RUBY)
318
RSpec.describe User do
319
before { do_something }
@@ -333,7 +333,7 @@
333
RUBY
334
end
335
336
- it 'allows multiple one-liner blocks with comments' do
+ it 'ignores multiple one-liner blocks with comments' do
337
338
339
0 commit comments