rubocop-rspec.yml in rubocop-discourse-3.1.0 vs rubocop-rspec.yml in rubocop-discourse-3.2.0

- old
+ new

@@ -29,21 +29,21 @@ - after RSpec/DescribeClass: Enabled: true Exclude: - - "**/spec/features/**/*" - - "**/spec/requests/**/*" - - "**/spec/routing/**/*" - - "**/spec/system/**/*" - - "**/spec/views/**/*" - - "**/spec/initializers/**/*" - - "**/spec/integration/**/*" - - "**/spec/integrity/**/*" - - "**/spec/tasks/**/*" - - "**/spec/lib/freedom_patches/**/*" - - "**/spec/multisite/**/*" + - '**/spec/features/**/*' + - '**/spec/requests/**/*' + - '**/spec/routing/**/*' + - '**/spec/system/**/*' + - '**/spec/views/**/*' + - '**/spec/initializers/**/*' + - '**/spec/integration/**/*' + - '**/spec/integrity/**/*' + - '**/spec/tasks/**/*' + - '**/spec/lib/freedom_patches/**/*' + - '**/spec/multisite/**/*' RSpec/DescribeMethod: Enabled: true RSpec/DescribeSymbol: @@ -211,10 +211,10 @@ Enabled: true RSpec/Yield: Enabled: true -RSpec/Capybara/CurrentPathExpectation: +Capybara/CurrentPathExpectation: Enabled: true RSpec/Capybara/FeatureMethods: Enabled: true