Skip to content
aeggum12 edited this page Apr 12, 2012 · 1 revision

You can run the tests by using the command 'rspec spec/'.

Before doing any tests, you may need to run the command rake 'db:test:prepare' to set up the test database. After that, you can run any tests by specifying the folder or file to run inside of the spec folder, such as 'rspec spec/any_folder_you_want_to_run/'.

Clone this wiki locally