aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit/sub_test_task.rb
Commit message (Collapse)AuthorAgeFilesLines
* Making the rake file for tests easier to read.wangjohn2013-06-251-3/+44
| | | | | I'm defining a new class which modularizes how the `rake test` tasks are defined and invoked.
* rake test app/model/foo.rb and rake test models/foo worksAaron Patterson2013-04-051-3/+23
|
* add a class for splitting up rake commandsAaron Patterson2013-04-051-0/+35
|
* switch to Rails::TestTaskAaron Patterson2013-04-031-1/+23
|
* Fix that failed tests should exit with a nonzero error code.Jeremy Kemper2012-02-071-30/+2
| | | | | | Partially reverts 14c89e7285d4e7cd40a542fbc31d9345f60c3aa4. Hat tip to @tenderlove for paring down the TestTask!
* Move SubTestTask. Soften up tests.Jeremy Kemper2011-12-211-0/+36