aboutsummaryrefslogtreecommitdiffstats
path: root/spec/update
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-05-24 09:07:44 -0700
committerAndre Arko <andre@arko.net>2011-05-24 09:07:53 -0700
commit322321e9f71c0b5ffdb703ad4e5c29b403ed4682 (patch)
tree41831c47a2e2585af98eb3b0b71f718fb980079c /spec/update
parent5711953c1892e6684b2f2cff5d3fbe87397545d0 (diff)
downloadbundler-322321e9f71c0b5ffdb703ad4e5c29b403ed4682.tar.gz
un-check everything
Diffstat (limited to 'spec/update')
-rw-r--r--spec/update/git_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb
index 674fa79b..cd15b5c5 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -145,7 +145,7 @@ describe "bundle update" do
G
run "require 'submodule'"
- check out.should == 'GEM'
+ out.should eq('GEM')
install_gemfile <<-G
git "#{lib_path('has_submodule-1.0')}", :submodules => true do
@@ -166,7 +166,7 @@ describe "bundle update" do
G
run "require 'submodule'"
- check out.should == 'GIT'
+ out.should eq('GIT')
install_gemfile <<-G
git "#{lib_path('has_submodule-1.0')}" do