summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-12-30 12:40:01 +0800
committerSamuel Giddins <segiddins@segiddins.me>2016-01-25 10:49:51 -0600
commitcc62bdae3ba35c212c3b42b35d72b40a03c89fbc (patch)
treedfe98549fd19330cb4e2b65ec629e24230a706d7
parent0a805ca68570a26626ed4f38e945947b36b56c41 (diff)
downloadbundler-cc62bdae3ba35c212c3b42b35d72b40a03c89fbc.tar.gz
where did that puts out come from
-rw-r--r--spec/install/gems/compact_index_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/install/gems/compact_index_spec.rb b/spec/install/gems/compact_index_spec.rb
index e54e09d4a0..717ef8a086 100644
--- a/spec/install/gems/compact_index_spec.rb
+++ b/spec/install/gems/compact_index_spec.rb
@@ -172,7 +172,7 @@ describe "compact index api" do
should_be_installed "rack 1.0.0"
end
- it "timeouts when Bundler::Fetcher redirects too much" do
+ it "times out when Bundler::Fetcher redirects too much" do
gemfile <<-G
source "#{source_uri}"
gem "rack"
@@ -221,7 +221,6 @@ describe "compact index api" do
G
bundle :install, :artifice => "compact_index_extra"
- puts out
should_be_installed "back_deps 1.0"
end