summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-08-08 17:32:13 -0500
committerTerence Lee <hone02@gmail.com>2011-08-08 17:33:04 -0500
commita37687ef5842904ce6443fb0fa6c48b5f8be744d (patch)
tree7a25bb43c5a525626f95ffa9a8084fbdcc87733f
parent2eef503cb4bb3bbe1d1629987bbc89d81cf76e1c (diff)
downloadbundler-a37687ef5842904ce6443fb0fa6c48b5f8be744d.tar.gz
remove debugging output
-rw-r--r--spec/install/gems/dependency_api_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/install/gems/dependency_api_spec.rb b/spec/install/gems/dependency_api_spec.rb
index 3255cc5f73..3c4e41bcfd 100644
--- a/spec/install/gems/dependency_api_spec.rb
+++ b/spec/install/gems/dependency_api_spec.rb
@@ -204,8 +204,6 @@ describe "gemcutter's dependency API" do
G
bundle :install, :artifice => "endpoint_api_missing"
- puts @out
- puts @err
should_be_installed "foo 1.0"
end
end