config/default.yml in rubocop-rspec-1.29.0 vs config/default.yml in rubocop-rspec-1.29.1
- old
+ new
@@ -4,9 +4,10 @@
Patterns:
- _spec.rb
- "(?:^|/)spec/"
RSpec/FactoryBot:
Patterns:
+ - spec/factories.rb
- spec/factories/**/*.rb
- features/support/factories/**/*.rb
RSpec/AnyInstance:
Description: Check that instances are not being stubbed globally.