aboutsummaryrefslogtreecommitdiffstats
path: root/spec/commands
diff options
context:
space:
mode:
authorBoggs <hello@boggs.xyz>2016-08-10 18:03:19 +0800
committerBoggs <hello@boggs.xyz>2016-08-17 13:21:25 +0800
commitc28268365a9cabc55d511a208f8047795be55001 (patch)
treee613266917a52d510c501bd4d257a867dd879ded /spec/commands
parent2c261ade6946a2c3f9e17c10511fc8e0a276e1e5 (diff)
downloadbundler-c28268365a9cabc55d511a208f8047795be55001.tar.gz
Update specs
Diffstat (limited to 'spec/commands')
-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 e1b94d80..3d861c07 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -539,7 +539,7 @@ describe "bundle exec" do
let(:exit_code) { Bundler::GemNotFound.new.status_code }
let(:expected) { <<-EOS.strip }
-\e[31mCould not find gem 'rack (= 2)' in any of the gem sources listed in your Gemfile or available on this machine.\e[0m
+\e[31mCould not find gem 'rack (= 2)' in any of the gem sources listed in your Gemfile.\e[0m
\e[33mRun `bundle install` to install missing gems.\e[0m
EOS