summaryrefslogtreecommitdiff
path: root/spec/commands/exec_spec.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-08-20 17:28:22 -0400
committerSamuel Giddins <segiddins@segiddins.me>2017-08-28 16:21:49 -0500
commit468993fbc4993f90ba780a2161c63c0bc3862255 (patch)
tree663e6d6642277fcb273f31e51d5e65ad40bda045 /spec/commands/exec_spec.rb
parent6ce61e7c6060d1d7a45a131031be472aa25e1d7e (diff)
downloadbundler-468993fbc4993f90ba780a2161c63c0bc3862255.tar.gz
Automatically bundle clean without a path set on 2.0
Diffstat (limited to 'spec/commands/exec_spec.rb')
-rw-r--r--spec/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index bcc436d39b..61c58e3025 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -617,7 +617,7 @@ RSpec.describe "bundle exec" do
let(:exit_code) { Bundler::GemNotFound.new.status_code }
let(:expected) { <<-EOS.strip }
\e[31mCould not find gem 'rack (= 2)' in locally installed gems.
-The source contains 'rack' at: 0.9.1, 1.0.0\e[0m
+The source contains 'rack' at: 1.0.0\e[0m
\e[33mRun `bundle install` to install missing gems.\e[0m
EOS