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

Don't print stack trace on SystemExit exception. #228

Closed eclubb closed 11 years ago

eclubb commented 11 years ago

This fixes undesired stack trace dumping when Cucumber process exits. Cucumber 1.3.0 changed its exit strategy here https://github.com/cucumber/cucumber/commit/21e3dbb2b4081376f16d6f3e01d8f26c0d7b1740#diff-13

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.