Skip to content

Commit f225a2d

Browse files
v0.43.4
1 parent 92387e6 commit f225a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shipit-engine (0.43.3)
4+
shipit-engine (0.43.4)
55
active_model_serializers (~> 0.9.3)
66
ansi_stream (~> 0.0.6)
77
autoprefixer-rails (~> 6.4.1)

test/models/deploy_spec_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class DeploySpecTest < ActiveSupport::TestCase
7171
--retry 2
7272
).gsub(/\s+/, ' ').strip
7373
config_command = "bundle config set --local path #{@spec.bundle_path}"
74-
without_command = "bundle config set without 'default:production:development:test:staging:benchmark:debug'"
74+
without_command = "bundle config set --local without 'default:production:development:test:staging:benchmark:debug'"
7575

7676
assert_equal command, @spec.bundle_install.last
7777
assert @spec.bundle_install.include?(config_command)
@@ -87,7 +87,7 @@ class DeploySpecTest < ActiveSupport::TestCase
8787
--retry 2
8888
).gsub(/\s+/, ' ').strip
8989
assert_equal command, @spec.bundle_install.last
90-
without_command = "bundle config set without 'some:custom:groups'"
90+
without_command = "bundle config set --local without 'some:custom:groups'"
9191
assert @spec.bundle_install.include?(without_command)
9292
end
9393

0 commit comments

Comments
 (0)