Testing - brownfield-team/anacapa-github-linker GitHub Wiki

Run the whole test suite:

bundle exec rake test

Running a single test file (in this case test/controllers/courses_controller_test.rb)

bundle exec rake test TEST=test/controllers/courses_controller_test.rb

Running a single test from a specific file (in this case, the one that starts on line 101 of test/controllers/courses_controller_test.rb)

rake test TEST=test/controllers/courses_controller_test.rb:101