We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92387e6 commit 656a154Copy full SHA for 656a154
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- shipit-engine (0.43.3)
+ shipit-engine (0.43.4)
5
active_model_serializers (~> 0.9.3)
6
ansi_stream (~> 0.0.6)
7
autoprefixer-rails (~> 6.4.1)
test/models/deploy_spec_test.rb
@@ -87,7 +87,7 @@ class DeploySpecTest < ActiveSupport::TestCase
87
--retry 2
88
).gsub(/\s+/, ' ').strip
89
assert_equal command, @spec.bundle_install.last
90
- without_command = "bundle config set without 'some:custom:groups'"
+ without_command = "bundle config set --local without 'some:custom:groups'"
91
assert @spec.bundle_install.include?(without_command)
92
end
93
0 commit comments