spec/realworld/edgecases_spec.rb in bundler-1.5.3 vs spec/realworld/edgecases_spec.rb in bundler-1.6.0.pre.1

- old
+ new

@@ -30,10 +30,10 @@ gem 'i18n', '~> 0.4' gem 'activesupport', '~> 3.0' 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 it "does not fail install because of gem plugins" do realworld_system_gems("open_gem --version 1.4.2", "rake --version 0.9.2")