summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-07-17 20:22:41 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-07-17 20:22:41 -0500
commit108b0329c22c2c552362e676922d9f76637400ed (patch)
tree9937d6e1c71012c5c13277cedb9626e3aadc2858
parent85dae2d0617ee81f6a6c5fa4ae1e7b3c02eff327 (diff)
downloadbundler-seg-fix-specs.tar.gz
Fix spec on 2.0 broken with the v1.15.2 mergeseg-fix-specs
-rw-r--r--spec/bundler/cli_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/cli_spec.rb b/spec/bundler/cli_spec.rb
index 8014f72d11..2ef2eb3412 100644
--- a/spec/bundler/cli_spec.rb
+++ b/spec/bundler/cli_spec.rb
@@ -68,7 +68,7 @@ RSpec.describe "bundle executable" do
it "doesn't print defaults" do
install_gemfile! "", :verbose => true
- expect(out).to start_with("Running `bundle install --no-color --retry 0 --verbose` with bundler #{Bundler::VERSION}")
+ expect(last_command.stdout).to start_with("Running `bundle install --no-color --retry 0 --verbose` with bundler #{Bundler::VERSION}")
end
end