From c28268365a9cabc55d511a208f8047795be55001 Mon Sep 17 00:00:00 2001 From: Boggs Date: Wed, 10 Aug 2016 18:03:19 +0800 Subject: Update specs --- spec/commands/exec_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/commands') 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 -- cgit v1.2.3 From 14c1a12b711878c7d7d7f360cb70c9398496b018 Mon Sep 17 00:00:00 2001 From: Boggs Date: Sat, 13 Aug 2016 23:30:26 +0800 Subject: Update failing spec --- spec/commands/lock_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/commands') diff --git a/spec/commands/lock_spec.rb b/spec/commands/lock_spec.rb index 1e189a96..693c1a6f 100644 --- a/spec/commands/lock_spec.rb +++ b/spec/commands/lock_spec.rb @@ -85,7 +85,7 @@ describe "bundle lock" do it "does not fetch remote specs when using the --local option" do bundle "lock --update --local" - expect(out).to include("available on this machine.") + expect(out).to include("sources listed in your Gemfile") end it "writes to a custom location using --lockfile" do -- cgit v1.2.3