How To Install Ruby-spork On Debian And Raspbian?
Install ruby-spork
-
Debian
apt-get install sporkClick to copy -
Raspbian
apt-get install sporkClick to copy
spork
DRb (Distributed Ruby) server for testing frameworksSpork 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
Install the latest version of ruby-spork in Debian and Raspbian from terminal. To install the ruby-spork just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of ruby-spork from the respository and install it in your computer/server.




