summaryrefslogtreecommitdiff
path: root/spec/install/gems/sudo_spec.rb
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/install/gems/sudo_spec.rb
parent131ad832d497c9c8593e58794a4717e7fa807a86 (diff)
downloadbundler-55147bc7cb1468a1018c3779e665cbeb0e27d926.tar.gz
Go away useless use warnings
Diffstat (limited to 'spec/install/gems/sudo_spec.rb')
-rw-r--r--spec/install/gems/sudo_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/gems/sudo_spec.rb b/spec/install/gems/sudo_spec.rb
index 4b200f252a..c93d27262d 100644
--- a/spec/install/gems/sudo_spec.rb
+++ b/spec/install/gems/sudo_spec.rb
@@ -17,7 +17,7 @@ describe "when using sudo" do
G
system_gem_path("gems/rack-1.0.0").should exist
- system_gem_path("gems/rack-1.0.0").stat.uid.should == 0
+ check system_gem_path("gems/rack-1.0.0").stat.uid.should == 0
should_be_installed "rack 1.0"
end
@@ -33,7 +33,7 @@ describe "when using sudo" do
G
bundle_path.join("gems/rack-1.0.0").should exist
- bundle_path.join("gems/rack-1.0.0").stat.uid.should == 0
+ check bundle_path.join("gems/rack-1.0.0").stat.uid.should == 0
should_be_installed "rack 1.0"
end