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