We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a5b80 commit 35d2a5aCopy full SHA for 35d2a5a
spec/spec_helper.rb
@@ -15,8 +15,8 @@
15
ENV["RAILS_ENV"] ||= "test"
16
17
RAILS_VERSION = ENV["RAILS_VERSION"] || "6.x"
18
-DUMMY_DIR = ENV["TEST_DUMMY"] || 'with-engine'
19
-WITH_ENGINE = DUMMY_DIR == 'with-engine'
+DUMMY_DIR = ENV["TEST_DUMMY"] || "with-engine"
+WITH_ENGINE = DUMMY_DIR == "with-engine"
20
require SPEC_ROOT.join("dummies/#{DUMMY_DIR}/dummy-#{RAILS_VERSION}/dummy/config/environment").to_s
21
22
require "rspec/rails"
0 commit comments