1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/test_unit
Ryan Davis 0e006373e0 Added test:all and test:all:db tasks to speed up full test runs.
Speed up depends on the number of test phases (N) you have for your
app, but it is roughly a 1/N improvement. In my app, it goes from
15.51s to 5.56s.

Inspired by http://ngauthier.com/2012/02/quick-tests-with-bash.html

Reviewed by @tenderlove
2013-02-04 14:50:04 -08:00
..
railtie.rb remove performance tests from the default stack 2013-01-10 17:09:06 +01:00
sub_test_task.rb Fix that failed tests should exit with a nonzero error code. 2012-02-07 10:41:30 -07:00
testing.rake Added test:all and test:all:db tasks to speed up full test runs. 2013-02-04 14:50:04 -08:00