summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-08-04 12:53:24 -0700
committerAndre Arko <andre@arko.net>2013-08-04 13:23:18 -0700
commit317b98b3495ef442182d69bd7500dd29eb2483b2 (patch)
tree066427f304752fe07630c9a10ecb8da3c498f050
parent12cb7b81775d52d8fdf40f7724827cf4aac4201b (diff)
downloadbundler-317b98b3495ef442182d69bd7500dd29eb2483b2.tar.gz
un ghetto-dev sudo endpoint spec
-rw-r--r--spec/install/gems/dependency_api_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/install/gems/dependency_api_spec.rb b/spec/install/gems/dependency_api_spec.rb
index c88fdcc2d2..58d9f272dc 100644
--- a/spec/install/gems/dependency_api_spec.rb
+++ b/spec/install/gems/dependency_api_spec.rb
@@ -300,7 +300,7 @@ describe "gemcutter's dependency API" do
expect(out).to include("Fetching gem metadata from #{source_uri}")
end
- fit "should install when EndpointSpecification with a bin dir owned by root", :sudo => true do
+ it "should install when EndpointSpecification has a bin dir owned by root", :sudo => true do
sudo "mkdir -p #{system_gem_path("bin")}"
sudo "chown -R root #{system_gem_path("bin")}"
@@ -309,7 +309,6 @@ describe "gemcutter's dependency API" do
gem "rails"
G
bundle :install, :artifice => "endpoint"
- puts out, err
should_be_installed "rails 2.3.2"
end