rails--rails/railties/lib/rails/test_unit
Nicolas Despres df822961ee Rake test:uncommitted finds git directory in ancestors.
Sometimes your git directory is an ancestor of your application root
directory.

For example:
 ./repo/.git/
 ./repo/app/Rakefile

In this case rake test:uncommitted will be unable to detect your SCM.

This patch fixes this and add a test.
2012-11-10 20:39:04 +01:00
..
railtie.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02: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 Rake test:uncommitted finds git directory in ancestors. 2012-11-10 20:39:04 +01:00