summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/install/bundler_spec.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/install/bundler_spec.rb b/spec/install/bundler_spec.rb
index 560272e5cf..835afa0e96 100644
--- a/spec/install/bundler_spec.rb
+++ b/spec/install/bundler_spec.rb
@@ -44,8 +44,15 @@ describe "bundle install" do
In Gemfile:
bundler (= 0.9.2)
+ rails (= 3.0) was resolved to 3.0, which depends on
+ bundler (>= 0.9.0.pre)
+
Current Bundler version:
bundler (#{Bundler::VERSION})
+ This Gemfile requires a different version of Bundler.
+ Perhaps you need to update Bundler by running `gem install bundler`?
+
+ Could not find gem 'bundler (= 0.9.2)', which is required by gem 'rails (= 3.0)', in any of the sources.
E
expect(out).to include(nice_error)
end