summaryrefslogtreecommitdiff
path: root/spec/install/gems/resolving_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-11 23:09:33 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-12 10:44:54 +0200
commiteb46c21d28193e1fc40aad1ab1316479f59f4515 (patch)
tree6f6a6ca1a853d7b29571d38f1e283624bb30728d /spec/install/gems/resolving_spec.rb
parentbb0e13d6070a3082b7ef59cd8c7284f988335e91 (diff)
downloadbundler-eb46c21d28193e1fc40aad1ab1316479f59f4515.tar.gz
Unify stderr helpers
Diffstat (limited to 'spec/install/gems/resolving_spec.rb')
-rw-r--r--spec/install/gems/resolving_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/resolving_spec.rb b/spec/install/gems/resolving_spec.rb
index cf3aaa719e..1f3b06a480 100644
--- a/spec/install/gems/resolving_spec.rb
+++ b/spec/install/gems/resolving_spec.rb
@@ -171,7 +171,7 @@ RSpec.describe "bundle install with install-time dependencies" do
Ruby\0 (> 9000), which is required by gem 'require_ruby', is not available in the local ruby installation
E
- expect(last_command.bundler_err).to end_with(nice_error)
+ expect(err).to end_with(nice_error)
end
end