From 5acd4b342bd84f5145debb0026c2a233d862f9b4 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 9 Jun 2010 14:27:06 -0400 Subject: Where are the sudo specs? I see... --- spec/install/gems/simple_case_spec.rb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'spec/install') 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 -- cgit v1.2.1