How To Install Ruby-spork On Debian And Raspbian?

How To Install Ruby-spork On Debian And Raspbian?

ruby-spork

DRb (Distributed Ruby) server for testing frameworks

Install ruby-spork

  • Debian apt-get install spork Click to copy
  • Raspbian apt-get install spork Click to copy

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

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.