default.yml in art-rubocop-1.1.1 vs default.yml in art-rubocop-1.1.2
- old
+ new
@@ -896,20 +896,9 @@
Rails/Validation:
Description: "Use validates :attribute, hash of validations."
Enabled: false
-Capybara/CurrentPathExpectation:
- Description: Checks that no expectations are set on Capybara's `current_path`.
- Enabled: true
- StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/Capybara/CurrentPathExpectation
-
-Capybara/FeatureMethods:
- Description: Checks for consistent method usage in feature specs.
- Enabled: false
- EnabledMethods: []
- StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/Capybara/FeatureMethods
-
RSpec/FactoryBot/AttributeDefinedStatically:
Description: Always declare attribute values as blocks.
Enabled: true
StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FactoryBot/AttributeDefinedStatically