Last Updated: February 25, 2016
·
399
· kalashnikovisme

run the single test with turn

if you need to run single test method with turn, you have to type:

turn -Itest test/functional/example_controller_test.rb -n example_test_method

and your environment will run one test.

You should use underscore in place of space, and underscore in place of underscore in name of test method.