To execute all tests:
1rake
Running an individual test file:
1rake test test/models/comment_test.rb
Running an individual test in a test file:
1rake test test/models/comment_test.rb test_comment_sends_notification_to_user
To execute tests in models:
1rake test:models
To execute tests in controllers:
1rake test:controllers