We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f9fb81 + 8cfe4c5 commit 162d91aCopy full SHA for 162d91a
spec/rubocop/cop/rspec/pending_without_reason_spec.rb
@@ -300,35 +300,6 @@
300
end
301
RUBY
302
303
-
304
- context 'with a numblock' do
305
- it 'registers offense' do
306
- expect_offense(<<~RUBY)
307
- RSpec.describe Foo do
308
- pending
309
- ^^^^^^^ Give the reason for pending.
310
- skip
311
- ^^^^ Give the reason for skip.
312
- _1
313
- context 'when something' do
314
315
316
317
318
319
- it 'does something' do
320
321
322
323
324
325
326
- end
327
328
329
- RUBY
330
331
332
333
334
context 'when pending/skip inside conditional' do
0 commit comments