diff options
author | Carl Lerche <carllerche@mac.com> | 2010-06-09 14:27:06 -0400 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-06-09 14:27:54 -0400 |
commit | 5acd4b342bd84f5145debb0026c2a233d862f9b4 (patch) | |
tree | ab6bbc1def796626800503e1c65942e8b05b7f54 /spec | |
parent | 7de1da36c8d6a5cbfbb451ed2f743e8ff2a1f33d (diff) | |
download | bundler-5acd4b342bd84f5145debb0026c2a233d862f9b4.tar.gz |
Where are the sudo specs? I see...
Diffstat (limited to 'spec')
-rw-r--r-- | spec/install/gems/simple_case_spec.rb | 20 |
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 |