Skip to content
forked from sporkrb/spork

A DRb server for testing frameworks (RSpec / Cucumber currently) that forks before each run to ensure a clean testing state.

License

Notifications You must be signed in to change notification settings

pietervisser/spork

 
 

Repository files navigation

Spork

This is a fork of github.com/timcharper/spork For more information, please look at his repository.

to install this fork as a gem:

[sudo] gem install pietervisser-spork

Changes

  • Spork.each_run was not run in windows, because of a bug in the expanded_caller def. The line was split by ‘:’, but in windows the drive letter also contains a ‘:’ like ‘c:/…’.

About

A DRb server for testing frameworks (RSpec / Cucumber currently) that forks before each run to ensure a clean testing state.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%