Skip to content

Commit

Permalink
Revert "[review] fix: RSpecRails -> RSpec/Rails"
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 authored Sep 9, 2024
1 parent c302e15 commit e7c1839
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rails/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ Rails/EnumSyntax:
RSpec/IdenticalEqualityAssertion: # (new in 2.4)
Enabled: true
# https://docs.rubocop.org/rubocop/cops_rspecrails.html#rspecrailsavoidsetuphook
RSpec/Rails/AvoidSetupHook: # (new in 2.4)
RSpecRails/AvoidSetupHook: # (new in 2.4)
Enabled: true
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecexcessivedocstringspacing
RSpec/ExcessiveDocstringSpacing: # new in 2.5
Expand Down Expand Up @@ -475,7 +475,7 @@ RSpec/ChangeByZero: # new in 2.11.0
Capybara/SpecificMatcher: # new in 2.12
Enabled: true
# https://docs.rubocop.org/rubocop/cops_rspecrails.html#rspecrailshavehttpstatus
RSpec/Rails/HaveHttpStatus: # new in 2.12
RSpecRails/HaveHttpStatus: # new in 2.12
Enabled: true
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecclasscheck
RSpec/ClassCheck: # new in 2.13
Expand All @@ -499,7 +499,7 @@ Capybara/SpecificActions: # new in 2.14
FactoryBot/ConsistentParenthesesStyle: # new in 2.14
Enabled: false
# https://docs.rubocop.org/rubocop/cops_rspecrails.html#rspecrailsinferredspectype
RSpec/Rails/InferredSpecType: # new in 2.14
RSpecRails/InferredSpecType: # new in 2.14
Enabled: false
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecduplicatedmetadata
RSpec/DuplicatedMetadata: # new in 2.16
Expand All @@ -514,7 +514,7 @@ FactoryBot/FactoryNameStyle: # new in 2.16
Capybara/MatchStyle: # new in 2.17
Enabled: true
# https://docs.rubocop.org/rubocop/cops_rspecrails.html#rspecrailsminitestassertions
RSpec/Rails/MinitestAssertions: # new in 2.17
RSpecRails/MinitestAssertions: # new in 2.17
Enabled: true
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecredundantaround
RSpec/RedundantAround: # new in 2.19
Expand All @@ -523,7 +523,7 @@ RSpec/RedundantAround: # new in 2.19
RSpec/SkipBlockInsideExample: # new in 2.19
Enabled: true
# https://docs.rubocop.org/rubocop/cops_rspecrails.html#rspecrailstravelaround
RSpec/Rails/TravelAround: # new in 2.19
RSpecRails/TravelAround: # new in 2.19
Enabled: true
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecbeempty
RSpec/BeEmpty: # new in 2.20
Expand All @@ -541,7 +541,7 @@ RSpec/MatchArray: # new in 2.19
RSpec/ReceiveMessages: # new in 2.23
Enabled: false
# https://docs.rubocop.org/rubocop/cops_rspecrails.html#rspecrailsnegationbevalid
RSpec/Rails/NegationBeValid: # new in 2.23
RSpecRails/NegationBeValid: # new in 2.23
Enabled: true
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecemptymetadata
RSpec/EmptyMetadata: # new in 2.24
Expand Down

0 comments on commit e7c1839

Please sign in to comment.