config/default.yml in rubocop-rspec-1.17.1 vs config/default.yml in rubocop-rspec-1.18.0

- old
+ new

@@ -323,9 +323,14 @@ RSpec/VoidExpect: Description: This cop checks void `expect()`. Enabled: true StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/VoidExpect +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/RSpec/Capybara/CurrentPathExpectation + Capybara/FeatureMethods: Description: Checks for consistent method usage in feature specs. Enabled: true StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/FeatureMethods