aboutsummaryrefslogtreecommitdiffstats
path: root/spec/realworld
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-12-18 16:03:35 -0800
committerAndre Arko <andre@arko.net>2013-12-18 16:03:35 -0800
commit89235d86ec81006f5647fcd383af981690b3264c (patch)
treef37103bfd02a1792272022390803ae128829c551 /spec/realworld
parent3c5446a3b700d0da44cb990a68aa73e199d7b2a1 (diff)
parentf02f0fcc218b89e35b59c704c488c185aa23aca0 (diff)
downloadbundler-89235d86ec81006f5647fcd383af981690b3264c.tar.gz
Merge pull request #2639 from joyicecloud/show-version-of-gem-updated
Displays the previous version of the gem when run bundle update Conflicts: lib/bundler/source.rb lib/bundler/source/git/git_proxy.rb lib/bundler/source/rubygems.rb
Diffstat (limited to 'spec/realworld')
-rw-r--r--spec/realworld/edgecases_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/realworld/edgecases_spec.rb b/spec/realworld/edgecases_spec.rb
index fd5b607b..263ac520 100644
--- a/spec/realworld/edgecases_spec.rb
+++ b/spec/realworld/edgecases_spec.rb
@@ -32,7 +32,7 @@ describe "real world edgecases", :realworld => true do
gem 'activerecord', '~> 3.0'
gem 'builder', '~> 2.1.2'
G
- expect(out).to include("activemodel (3.0.5)")
+ expect(out).to include("activemodel 3.0.5")
end
# https://github.com/bundler/bundler/issues/1500