spec/other/show_spec.rb in bundler-1.2.3 vs spec/other/show_spec.rb in bundler-1.2.4

- old
+ new

@@ -39,10 +39,10 @@ out.should =~ /could not find gem 'missing'/i end it "prints path of all gems in bundle" do bundle "show --paths" - out.should include(default_bundle_path('gems', 'rake-0.8.7').to_s) + out.should include(default_bundle_path('gems', 'rake-10.0.2').to_s) out.should include(default_bundle_path('gems', 'rails-2.3.2').to_s) end end describe "bundle show with a git repo" do