From 108b0329c22c2c552362e676922d9f76637400ed Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Mon, 17 Jul 2017 20:22:41 -0500 Subject: Fix spec on 2.0 broken with the v1.15.2 merge --- spec/bundler/cli_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1