Skip to content

Commit

Permalink
Merge pull request #2011 from kyanagi/patch-1
Browse files Browse the repository at this point in the history
[DOC] Remove duplicated examples
  • Loading branch information
ydah authored Dec 23, 2024
2 parents 22ed9c2 + 9a00e8b commit 483d00b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions docs/modules/ROOT/pages/cops_rspec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2331,12 +2331,6 @@ fdescribe 'test' do; end
# good
describe 'test' do; end
# bad
fdescribe 'test' do; end
# good
describe 'test' do; end
# bad
shared_examples 'test', focus: true do; end
Expand Down
6 changes: 0 additions & 6 deletions lib/rubocop/cop/rspec/focus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ module RSpec
# describe 'test' do; end
#
# # bad
# fdescribe 'test' do; end
#
# # good
# describe 'test' do; end
#
# # bad
# shared_examples 'test', focus: true do; end
#
# # good
Expand Down

0 comments on commit 483d00b

Please sign in to comment.