Skip to content

Commit

Permalink
pass tests: 'bundler false and binstubs true'
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMertz committed Apr 1, 2013
1 parent 2063b39 commit 96bbb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/guard/cucumber/runner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
describe ':binstubs' do
it 'runs without Bundler with binstubs option to true and bundler option to false' do
subject.should_receive(:system).with(
"bundle exec bin/cucumber --require #{ @lib_path.join('guard/cucumber/notification_formatter.rb') } --format Guard::Cucumber::NotificationFormatter --out #{ null_device } --require features features"
"bin/cucumber --require #{ @lib_path.join('guard/cucumber/notification_formatter.rb') } --format Guard::Cucumber::NotificationFormatter --out #{ null_device } --require features features"
).and_return(true)
subject.run(['features'], :bundler => false, :binstubs => true)
end
Expand Down

0 comments on commit 96bbb4e

Please sign in to comment.