diff --git a/capybara.yml b/capybara.yml index d4176a5..388ad08 100644 --- a/capybara.yml +++ b/capybara.yml @@ -2,14 +2,15 @@ require: - rubocop-capybara # new in 2.13 -RSpec/Capybara/SpecificFinders: +Capybara/SpecificFinders: Enabled: true -RSpec/Capybara/SpecificMatcher: # new in 2.12 +# new in 2.12 +Capybara/SpecificMatcher: Enabled: true - -RSpec/Capybara/NegationMatcher: # new in 2.14 + +Capybara/NegationMatcher: # new in 2.14 Enabled: true -RSpec/Capybara/SpecificActions: # new in 2.14 +Capybara/SpecificActions: # new in 2.14 Enabled: false diff --git a/gc_ruboconfig.gemspec b/gc_ruboconfig.gemspec index 87c77c1..f51f49d 100644 --- a/gc_ruboconfig.gemspec +++ b/gc_ruboconfig.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = 'gc_ruboconfig' - spec.version = '5.0.1' + spec.version = '5.0.0' spec.summary = "GoCardless's shared Rubocop configuration, conforming to our house style" spec.authors = %w[GoCardless] spec.homepage = 'https://github.com/gocardless/ruboconfig' diff --git a/rubocop.yml b/rubocop.yml index 9d832ce..537fd5e 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -656,7 +656,7 @@ RSpec/SortMetadata: # new in 2.14 Enabled: true # Seems to be buggy, causes an infinite loop for `subjects` named `create` -RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14 +FactoryBot/ConsistentParenthesesStyle: # new in 2.14 Enabled: false Style/AndOr: @@ -665,4 +665,4 @@ Style/AndOr: # Autocorrect is a little simplified and can lead to confusion RSpec/ExampleWording: - Enabled: false + Enabled: false \ No newline at end of file