summaryrefslogtreecommitdiff
path: root/spec/install
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-06-09 14:27:06 -0400
committerCarl Lerche <carllerche@mac.com>2010-06-09 14:27:54 -0400
commit5acd4b342bd84f5145debb0026c2a233d862f9b4 (patch)
treeab6bbc1def796626800503e1c65942e8b05b7f54 /spec/install
parent7de1da36c8d6a5cbfbb451ed2f743e8ff2a1f33d (diff)
downloadbundler-5acd4b342bd84f5145debb0026c2a233d862f9b4.tar.gz
Where are the sudo specs? I see...
Diffstat (limited to 'spec/install')
-rw-r--r--spec/install/gems/simple_case_spec.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/spec/install/gems/simple_case_spec.rb b/spec/install/gems/simple_case_spec.rb
index 5cfe488ff0..e6f77c9a7a 100644
--- a/spec/install/gems/simple_case_spec.rb
+++ b/spec/install/gems/simple_case_spec.rb
@@ -463,14 +463,14 @@ describe "bundle install with gem sources" do
end
end
- describe_sudo "it working when $GEM_HOME is owned by root" do
- it "installs gems" do
- install_gemfile <<-G
- source "file://#{gem_repo1}"
- gem 'rack'
- G
-
- should_be_installed("rack 1.0.0")
- end
- end
+ # describe_sudo "it working when $GEM_HOME is owned by root" do
+ # it "installs gems" do
+ # install_gemfile <<-G
+ # source "file://#{gem_repo1}"
+ # gem 'rack'
+ # G
+ #
+ # should_be_installed("rack 1.0.0")
+ # end
+ # end
end