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 976cee5 commit 891ecc6Copy full SHA for 891ecc6
spec/bundler/cache/gems_spec.rb
@@ -167,7 +167,7 @@
167
G
168
169
bundle :cache, raise_on_error: false
170
- expect(exitstatus).to_not eq(0)
+ expect(last_command).to be_failure
171
expect(err).to include("json-#{default_json_version} is built in to Ruby, and can't be cached")
172
end
173
spec/bundler/install/gemfile/git_spec.rb
@@ -1068,7 +1068,7 @@
1068
gem "foo", :git => "#{lib_path("foo-1.0")}"
1069
1070
1071
1072
expect(err).to include("Bundler could not install a gem because it " \
1073
"needs to create a directory, but a file exists " \
1074
"- #{default_bundle_path("bundler")}")
0 commit comments