Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
zlw committed Dec 27, 2021
1 parent 54a5b80 commit 35d2a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
ENV["RAILS_ENV"] ||= "test"

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

require "rspec/rails"
Expand Down

0 comments on commit 35d2a5a

Please sign in to comment.