Parcourir la source

Exclude magic comment for capybara_helper

Andrew Swistak il y a 6 ans
Parent
commit
068ed03c6f
2 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 1
      .rubocop.yml
  2. 0 2
      spec/capybara_helper.rb

+ 1 - 1
.rubocop.yml

@@ -133,7 +133,7 @@ Style/FrozenStringLiteralComment:
   Enabled: true
   EnforcedStyle: always
   Exclude:
-    - 'db/schema.rb'
+    - spec/capybara_helper.rb
 
 Style/RedundantFreeze:
   Enabled: true

+ 0 - 2
spec/capybara_helper.rb

@@ -1,5 +1,3 @@
-# frozen_string_literal: true
-
 require 'capybara/rspec'
 require 'selenium/webdriver'