1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Yves Senn
9ac1ce11ad :nodoc: all does not remove the constants from the API. [ci skip]
Need to add individual `:nodoc:` for nested classes / modules to completely
remove the constants from the API.
2014-06-24 14:16:29 +02:00
wangjohn
512a64f37f Making the rake file for tests easier to read.
I'm defining a new class which modularizes how the `rake test` tasks are
defined and invoked.
2013-06-25 09:43:55 -04:00
Aaron Patterson
2e0e5bb1e4 rake test app/model/foo.rb and rake test models/foo works 2013-04-05 17:06:36 -07:00
Aaron Patterson
7f698da887 add a class for splitting up rake commands 2013-04-05 16:31:19 -07:00
Aaron Patterson
8c22235357 switch to Rails::TestTask 2013-04-03 12:16:19 -04:00
Jeremy Kemper
abe4a8d070 Fix that failed tests should exit with a nonzero error code.
Partially reverts 14c89e7285.

Hat tip to @tenderlove for paring down the TestTask!
2012-02-07 10:41:30 -07:00
Jeremy Kemper
5a4b41443c Move SubTestTask. Soften up tests. 2011-12-21 12:44:14 -07:00