sporkrb / spork

A DRb server for testing frameworks (RSpec / Cucumber currently) that forks before each run to ensure a clean testing state.
spork.rubyforge.org
MIT License
1.4k stars 202 forks source link

Server expects the stategy to return the result #254

Closed juniorz closed 10 years ago

juniorz commented 10 years ago

Spork server expects the strategy to return the test result (https://github.com/sporkrb/spork/blob/master/lib/spork/server.rb#L49).

This prevents the test runner to know if the status of the test run.

juniorz commented 10 years ago

This is a duplicate of #240.