Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed May 27, 2013
1 parent 9bae07a commit a5cbdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/guard/rspec/runner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
it 'runs with parallel_rspec' do
subject.should_receive(:system).with(
'bundle exec parallel_rspec ' <<
"-o '-f progress -r /Users/achou/Workspace/guard-rspec/lib/guard/rspec/formatter.rb -f Guard::RSpec::Formatter --failure-exit-code 2' spec"
"-o '-f progress -r #{@lib_path.join('guard/rspec/formatter.rb')} -f Guard::RSpec::Formatter --failure-exit-code 2' spec"
).and_return(true)

subject.run(['spec'])
Expand Down

0 comments on commit a5cbdab

Please sign in to comment.