В users_controller_test.rb у меня есть:
def test_name
...
end
def test_name_2
...
end
etc...
Можно ли запустить только первый тест из командной строки?Что-то вроде:
rake test:functionals TEST=test/functional/users_controller_test.rb (plus the test name?)
Спасибо