diff --git a/.rubocop.yml b/.rubocop.yml index a8490230..c9207d22 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -201,10 +201,6 @@ RSpec/DescribeClass: - "spec/abilities/**/*" - "spec/features/**/*" -RSpec/FilePath: - Exclude: - - "spec/routing/**/*" - # Layout # -------------- diff --git a/Gemfile.lock b/Gemfile.lock index 392ba446..46a05a7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -441,7 +441,7 @@ GEM rubocop-packaging (~> 0.5) rubocop-performance (~> 1.11) rubocop-rails (~> 2.0) - rubocop-rspec (2.23.2) + rubocop-rspec (2.24.0) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22)