diff --git a/.rubocop.yml b/.rubocop.yml index ae64b7dce..3c68ecce0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -44,4 +44,10 @@ RSpec/BeforeAfterAll: Enabled: true Capybara/CurrentPathExpectation: - Enabled: true \ No newline at end of file + Enabled: true + +Capybara/FeatureMethods: + Enabled: false + +RSpec/ContextWording: + Enabled: false \ No newline at end of file