@@ -133,7 +133,7 @@ Style/FrozenStringLiteralComment:
Enabled: true
EnforcedStyle: always
Exclude:
- - 'db/schema.rb'
+ - spec/capybara_helper.rb
Style/RedundantFreeze:
@@ -1,5 +1,3 @@
-# frozen_string_literal: true
-
require 'capybara/rspec'
require 'selenium/webdriver'