diff --git a/rubocop-airbnb/config/rubocop-rspec.yml b/rubocop-airbnb/config/rubocop-rspec.yml index 0503b7d..663c033 100644 --- a/rubocop-airbnb/config/rubocop-rspec.yml +++ b/rubocop-airbnb/config/rubocop-rspec.yml @@ -309,7 +309,7 @@ RSpec/VoidExpect: Description: This cop checks void `expect()`. Enabled: false -RSpec/Capybara/CurrentPathExpectation: +Capybara/CurrentPathExpectation: Description: Checks that no expectations are set on Capybara's `current_path`. Enabled: false @@ -317,10 +317,10 @@ RSpec/Capybara/FeatureMethods: Description: Checks for consistent method usage in feature specs. Enabled: false -RSpec/FactoryBot/AttributeDefinedStatically: +FactoryBot/AttributeDefinedStatically: Description: Always declare attribute values as blocks. Enabled: false -RSpec/FactoryBot/CreateList: +FactoryBot/CreateList: Description: Checks for create_list usage. Enabled: true