summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-03-10 20:48:39 -0800
committerAndre Arko <andre@arko.net>2012-03-10 20:50:49 -0800
commit148e37c3c222996acd886f6dc90d6613fa8fdc4c (patch)
treef1747a621a80c39a48a2ddf76c24d0380eb42a80
parent1f2cd74eefbe4c5b5677b78e50375d3d2a46eb15 (diff)
downloadbundler-148e37c3c222996acd886f6dc90d6613fa8fdc4c.tar.gz
somewhat confusingly, Bundler.ui.error is STDOUT
-rw-r--r--spec/install/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/git_spec.rb b/spec/install/git_spec.rb
index 419f534da2..41a23b42f2 100644
--- a/spec/install/git_spec.rb
+++ b/spec/install/git_spec.rb
@@ -642,7 +642,7 @@ describe "bundle install with git sources" do
bundle :install, :expect_err => true,
:requires => [lib_path('install_hooks.rb')]
- err.should include("failed for foo-1.0")
+ out.should include("failed for foo-1.0")
end
end
end