Explorar o código

Exclude magic comment for capybara_helper

Andrew Swistak %!s(int64=6) %!d(string=hai) anos
pai
achega
068ed03c6f
Modificáronse 2 ficheiros con 1 adicións e 3 borrados
  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'