ruby-spork
DRb (Distributed Ruby) server for testing frameworks
Install
- All systems
-
curl cmd.cat/ruby-spork.sh
- Debian
-
apt-get install spork
- Raspbian
-
apt-get install spork
- Dockerfile
- dockerfile.run/ruby-spork
spork
DRb (Distributed Ruby) server for testing frameworks
Spork is a test server (similar to the script/spec_server that used to be provided by rspec-rails), except rather than using the Rails constant unloading to reload your files, it forks a copy of the server each time you run your tests. It supports the following testing frameworks: * Rspec * Cucumber * Test::Unit