Skip to content

Commit

Permalink
bundler 1.0.0.beta.2 doesn't want 'bundle exec' on process we're shel…
Browse files Browse the repository at this point in the history
…ling out to

- not sure why - not consistent - but this works
  • Loading branch information
dchelimsky committed Jul 4, 2010
1 parent f201089 commit 3239eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/core/formatters/html_formatter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module Formatters
# untangled between config options, config, world, and runner to
# get it to work right.
seconds = /\d+\.\d+ seconds/
html = `bundle exec rspec spec/rspec/core/resources/formatter_specs.rb --format html`
html = `rspec spec/rspec/core/resources/formatter_specs.rb --format html`
html.gsub seconds, 'x seconds'
end

Expand Down

0 comments on commit 3239eef

Please sign in to comment.