diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-04-12 10:48:05 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-04-12 10:48:05 +0200 |
commit | c494e1261268a5249b6406fe35709016f7c4c3ac (patch) | |
tree | 0fae25fb100a65b7ccbb75996776f63b1f04d214 /spec/cache | |
parent | d5af877b6a51e0faaa6240089005ccca76dba727 (diff) | |
download | bundler-c494e1261268a5249b6406fe35709016f7c4c3ac.tar.gz |
s/last_command.stdout/out/greysteil/print-errors-to-stderr
Diffstat (limited to 'spec/cache')
-rw-r--r-- | spec/cache/git_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/cache/git_spec.rb b/spec/cache/git_spec.rb index 55a24ff118..d31d607d25 100644 --- a/spec/cache/git_spec.rb +++ b/spec/cache/git_spec.rb @@ -59,7 +59,7 @@ end bundle! "#{cmd}", forgotten_command_line_options([:all, :cache_all] => true) bundle! "#{cmd}", forgotten_command_line_options([:all, :cache_all] => true) - expect(last_command.stdout).to include "Updating files in vendor/cache" + expect(out).to include "Updating files in vendor/cache" FileUtils.rm_rf lib_path("foo-1.0") expect(the_bundle).to include_gems "foo 1.0" end |