Testing - TheConstructors/QwikStubs GitHub Wiki

  • Here is a useful link with information about testing with MongoDB

http://docs.mongodb.org/ecosystem/tutorial/getting-started-with-ruby-on-rails/#Rails-GettingStarted-Testing

Look at the "Testing" section

Guard

make sure to do a bundle install before attempting the following

To run guard simply type bundle exec guard this will allow guard to run in the background and perform the tests when you change a file. It is still a good idea to run all the tests with rake spec before pushing your changes to github.