diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-06-06 21:17:28 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-06-06 21:17:28 -0500 |
commit | dd652431e48f31f782c00013ad0f48388c0fffd0 (patch) | |
tree | 636a70fb6871b4c0fa7fc5b49bf66b2f2db67d8a | |
parent | c162ee34f00fc4fb8a277fc67d797974c75903e8 (diff) | |
download | bundler-seg-resolver-performance.tar.gz |
Update bundler spec for more complete conflict messageseg-resolver-performance
-rw-r--r-- | spec/install/bundler_spec.rb | 7 |
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 |