How can I run a single test from a rails test suite?
rake test ANYTHING seems to not help.
rake test ANYTHING
To run a single test in the actual Rails suite:
bundle exec ruby -I"railties/test" actionpack/test/template/form_options_helper_test.rb