Skip to content

Commit

Permalink
output ouput everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Oct 3, 2011
1 parent dbc0913 commit a7fe1b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/install/gems/flex_spec.rb
Expand Up @@ -193,7 +193,7 @@


it "suggests bundle update when the Gemfile requires different versions than the lock" do it "suggests bundle update when the Gemfile requires different versions than the lock" do
nice_error = <<-E.strip.gsub(/^ {8}/, '') nice_error = <<-E.strip.gsub(/^ {8}/, '')
Fetching source index for file:#{gem_repo2}/ Fetching source index from file:#{gem_repo2}/
Bundler could not find compatible versions for gem "rack": Bundler could not find compatible versions for gem "rack":
In snapshot (Gemfile.lock): In snapshot (Gemfile.lock):
rack (0.9.1) rack (0.9.1)
Expand Down
6 changes: 3 additions & 3 deletions spec/install/gems/simple_case_spec.rb
Expand Up @@ -610,7 +610,7 @@ def set_bundle_path(type, location)
G G


nice_error = <<-E.strip.gsub(/^ {8}/, '') nice_error = <<-E.strip.gsub(/^ {8}/, '')
Fetching source index for file:#{gem_repo2}/ Fetching source index from file:#{gem_repo2}/
Bundler could not find compatible versions for gem "bundler": Bundler could not find compatible versions for gem "bundler":
In Gemfile: In Gemfile:
bundler (= 0.9.2) ruby bundler (= 0.9.2) ruby
Expand Down Expand Up @@ -667,7 +667,7 @@ def set_bundle_path(type, location)
G G


nice_error = <<-E.strip.gsub(/^ {8}/, '') nice_error = <<-E.strip.gsub(/^ {8}/, '')
Fetching source index for file:#{gem_repo2}/ Fetching source index from file:#{gem_repo2}/
Bundler could not find compatible versions for gem "activesupport": Bundler could not find compatible versions for gem "activesupport":
In Gemfile: In Gemfile:
activemerchant (>= 0) ruby depends on activemerchant (>= 0) ruby depends on
Expand All @@ -687,7 +687,7 @@ def set_bundle_path(type, location)
G G


nice_error = <<-E.strip.gsub(/^ {8}/, '') nice_error = <<-E.strip.gsub(/^ {8}/, '')
Fetching source index for file:#{gem_repo2}/ Fetching source index from file:#{gem_repo2}/
Bundler could not find compatible versions for gem "activesupport": Bundler could not find compatible versions for gem "activesupport":
In Gemfile: In Gemfile:
rails_fail (>= 0) ruby depends on rails_fail (>= 0) ruby depends on
Expand Down

0 comments on commit a7fe1b9

Please sign in to comment.