Skip to content

Commit 35d2a5a

Browse files
committed
Fix rubocop
1 parent 54a5b80 commit 35d2a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/spec_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
ENV["RAILS_ENV"] ||= "test"
1616

1717
RAILS_VERSION = ENV["RAILS_VERSION"] || "6.x"
18-
DUMMY_DIR = ENV["TEST_DUMMY"] || 'with-engine'
19-
WITH_ENGINE = DUMMY_DIR == 'with-engine'
18+
DUMMY_DIR = ENV["TEST_DUMMY"] || "with-engine"
19+
WITH_ENGINE = DUMMY_DIR == "with-engine"
2020
require SPEC_ROOT.join("dummies/#{DUMMY_DIR}/dummy-#{RAILS_VERSION}/dummy/config/environment").to_s
2121

2222
require "rspec/rails"

0 commit comments

Comments
 (0)