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

Handle system exit #230

Closed chulkilee closed 11 years ago

chulkilee commented 11 years ago

Inspired by #228. Added rspec tests.

Also include a missing commit for 0.9.2 - 3286581cb9754fcaf80e78a8f80cbd5da436067a

shioyama commented 11 years ago

:thumbsup:

markevich commented 11 years ago

:+1:

sahilm commented 11 years ago

This has been fixed in 38ab44f. Sorry that I couldn't merge your pull request. I was in the process of making a much larger change.

Support for Rails 4, Ruby 2.0, Cucumber 1.3.2 and Rspec 2.13.0 has landed on spork-rails master. Please help me test by including spork-rails, :github => 'sporkrb/spork-rails' in your Gemfile.

CI builds for spork and spork-rails have been setup at https://travis-ci.org/sporkrb/spork and https://travis-ci.org/sporkrb/spork-rails respectively.