config/base.yml in standard-rspec-0.1.1 vs config/base.yml in standard-rspec-0.1.2
- old
+ new
@@ -749,11 +749,11 @@
RSpec/Capybara:
Enabled: true
Include: *1
Language: *2
-RSpec/Capybara/CurrentPathExpectation:
+Capybara/CurrentPathExpectation:
Description: Checks that no expectations are set on Capybara's `current_path`.
Enabled: true
VersionAdded: '1.18'
VersionChanged: '2.0'
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/CurrentPathExpectation
@@ -764,11 +764,11 @@
EnabledMethods: []
VersionAdded: '1.17'
VersionChanged: '2.0'
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/FeatureMethods
-RSpec/Capybara/VisibilityMatcher:
+Capybara/VisibilityMatcher:
Description: Checks for boolean visibility in capybara finders.
Enabled: true
VersionAdded: '1.39'
VersionChanged: '2.0'
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/VisibilityMatcher
@@ -776,10 +776,10 @@
RSpec/FactoryBot:
Enabled: true
Include: *1
Language: *2
-RSpec/FactoryBot/AttributeDefinedStatically:
+FactoryBot/AttributeDefinedStatically:
Description: Always declare attribute values as blocks.
Enabled: true
Include:
- spec/factories.rb
- spec/factories/**/*.rb