summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-13 23:09:57 -0700
committerAndre Arko <andre@arko.net>2015-04-13 23:09:57 -0700
commitc7fce7422f467407f7544062661cbbb726b9ef38 (patch)
tree6093c3c9b0b5e26c6bd2d5cf82a30391b42f4f10
parent1b7fe379d21b1c92e1490c9d5e74efc87dba9a93 (diff)
downloadbundler-c7fce7422f467407f7544062661cbbb726b9ef38.tar.gz
oh and that spec too
-rw-r--r--spec/install/post_bundle_message_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/post_bundle_message_spec.rb b/spec/install/post_bundle_message_spec.rb
index 408e518894..5bdf165062 100644
--- a/spec/install/post_bundle_message_spec.rb
+++ b/spec/install/post_bundle_message_spec.rb
@@ -94,7 +94,7 @@ describe "post bundle message" do
it "should report a helpufl error message" do
bundle :install
expect(out).to include("Fetching gem metadata from https://rubygems.org/")
- expect(out).to include("Could not find gem 'misspelled-gem-name (>= 0) ruby' in any of the gem sources listed in your Gemfile or installed on this machine.")
+ expect(out).to include("Could not find gem 'misspelled-gem-name (>= 0) ruby' in any of the gem sources listed in your Gemfile or available on this machine.")
end
end
end