summaryrefslogtreecommitdiff
path: root/spec/realworld
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/realworld
parentbb0e13d6070a3082b7ef59cd8c7284f988335e91 (diff)
downloadbundler-eb46c21d28193e1fc40aad1ab1316479f59f4515.tar.gz
Unify stderr helpers
Diffstat (limited to 'spec/realworld')
-rw-r--r--spec/realworld/mirror_probe_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/realworld/mirror_probe_spec.rb b/spec/realworld/mirror_probe_spec.rb
index c5e95f3059..fcec5432d5 100644
--- a/spec/realworld/mirror_probe_spec.rb
+++ b/spec/realworld/mirror_probe_spec.rb
@@ -87,7 +87,7 @@ RSpec.describe "fetching dependencies with a not available mirror", :realworld =
bundle :install, :artifice => nil
expect(last_command.stdout).to include "Fetching source index from #{mirror}/"
- expect(last_command.bundler_err).to include <<-EOS.strip
+ expect(err).to include <<-EOS.strip
Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from #{mirror}/
Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from #{mirror}/
Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from #{mirror}/