aboutsummaryrefslogtreecommitdiffstats
path: root/spec/update
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-10-24 22:28:46 -0700
committerAndre Arko <andre@arko.net>2010-10-24 22:28:46 -0700
commit55147bc7cb1468a1018c3779e665cbeb0e27d926 (patch)
tree08c7e7bdd871441c7cc90eed2d4a4f12db4aae47 /spec/update
parent131ad832d497c9c8593e58794a4717e7fa807a86 (diff)
downloadbundler-55147bc7cb1468a1018c3779e665cbeb0e27d926.tar.gz
Go away useless use warnings
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 340bece9..3130e533 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -122,7 +122,7 @@ describe "bundle update" do
G
run "require 'submodule'"
- out.should == 'GEM'
+ check out.should == 'GEM'
install_gemfile <<-G
git "#{lib_path('has_submodule-1.0')}", :submodules => true do
@@ -143,7 +143,7 @@ describe "bundle update" do
G
run "require 'submodule'"
- out.should == 'GIT'
+ check out.should == 'GIT'
install_gemfile <<-G
git "#{lib_path('has_submodule-1.0')}" do