diff options
author | Boggs <hello@boggs.xyz> | 2016-08-10 18:03:19 +0800 |
---|---|---|
committer | Boggs <hello@boggs.xyz> | 2016-08-17 13:21:25 +0800 |
commit | c28268365a9cabc55d511a208f8047795be55001 (patch) | |
tree | e613266917a52d510c501bd4d257a867dd879ded /spec/commands/exec_spec.rb | |
parent | 2c261ade6946a2c3f9e17c10511fc8e0a276e1e5 (diff) | |
download | bundler-c28268365a9cabc55d511a208f8047795be55001.tar.gz |
Update specs
Diffstat (limited to 'spec/commands/exec_spec.rb')
-rw-r--r-- | spec/commands/exec_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb index e1b94d80d5..3d861c0799 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 |