Jelajahi Sumber

Exclude magic comment for capybara_helper

Andrew Swistak 6 tahun lalu
induk
melakukan
068ed03c6f
2 mengubah file dengan 1 tambahan dan 3 penghapusan
  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'