spec/runner_spec.rb in lacomartincik-rspactor-0.3.3.1 vs spec/runner_spec.rb in lacomartincik-rspactor-0.3.3.2
- old
+ new
@@ -79,10 +79,10 @@
setup
end
it "should run all specs if Interactor isn't interrupted" do
@interactor.should_receive(:wait_for_enter_key).and_return(nil)
- @runner.should_receive(:run_test_command).with([])
+ @runner.should_receive(:run_test_command).at_least(1).times.with([])
setup
end
it "should skip running all specs if Interactor is interrupted" do
@interactor.should_receive(:wait_for_enter_key).and_return(true)
\ No newline at end of file