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
Kasper Timm Hansen 435ebf4569 Move test coloring closer to where it's used.
Didn't like the constant being at the top of the file, gave it overdue importance.

Now that `color_output` expects a result we can shorten some of the flexibility
from earlier:

  * Inline COLOR_CODES constant (keep local variable for readability,
    but don't need names of colors at run time).
  * Inline color variable in `color_output`. Looks just as clear without it.
2015-12-23 23:51:21 +01:00
..
minitest_plugin.rb Rewrite aggregated results suppression. 2015-12-23 23:18:58 +01:00
railtie.rb Revert "Merge pull request #12778 from etehtsea/rake-default-fix" 2014-05-28 17:43:45 +02:00
reporter.rb Move test coloring closer to where it's used. 2015-12-23 23:51:21 +01:00
test_requirer.rb raise LoadError when a non-existent file or directory is specified to the test runner 2015-09-07 08:13:50 +09:00
testing.rake modify to pass the correct argument to the test runner from rake 2015-09-08 08:07:29 +09:00