aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/check_spec.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-06-16 16:34:14 -0700
committerwycats <wycats@gmail.com>2010-06-29 14:44:45 -0700
commitf1d7e4fe3c2cb392405ac20fece81a0d74a1971c (patch)
tree63631106959c704195b102f7f39d9615b6be00a1 /spec/other/check_spec.rb
parentd68b98b061eafef31de7fab382c7f4d6f42974c4 (diff)
downloadbundler-f1d7e4fe3c2cb392405ac20fece81a0d74a1971c.tar.gz
Fix specs, no-color option, and resolver error indentation
Diffstat (limited to 'spec/other/check_spec.rb')
-rw-r--r--spec/other/check_spec.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/spec/other/check_spec.rb b/spec/other/check_spec.rb
index 848c5076..5b6dd516 100644
--- a/spec/other/check_spec.rb
+++ b/spec/other/check_spec.rb
@@ -30,8 +30,9 @@ describe "bundle check" do
G
bundle :check
- out.should include('not_here (>= 0, runtime) not found in any of the sources')
- out.should include('required by missing_dep (>= 0, runtime)')
+ puts out
+ out.should include(%{Could not find the gem 'not_here'})
+ out.should include(%{required by gem 'missing_dep'})
end
it "provides debug information when there is a resolving problem" do
@@ -51,7 +52,7 @@ describe "bundle check" do
G
bundle :check
- out.should include('Conflict on: "activesupport"')
+ out.should include(%{could not find compatible versions for gem "activesupport"})
end
it "remembers --without option from install" do