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 84b72a812f Fix mixing line filters with Minitest's -n filter.
Previous commit accidentally broke mixing line filters with string -n filter.

Fix by checking if it is a string and returning it.

We also need to ensure the -n filter carry forward into any other composite filters.

Fix by letting the named filter be extractable, so we'll keep this for the next runnable's
run.
2016-02-05 21:53:27 +01:00
..
line_filtering.rb Fix mixing line filters with Minitest's -n filter. 2016-02-05 21:53:27 +01:00
minitest_plugin.rb delete only unnecessary reporter 2016-01-11 12:36:09 +09:00
railtie.rb Extract line filtering to Railties. 2016-01-09 17:21:21 +01:00
reporter.rb Move test coloring closer to where it's used. 2015-12-23 23:51:21 +01:00
test_requirer.rb Don't run all tests when files end in a colon. 2016-01-18 21:37:12 +01:00
testing.rake bring back TEST env for rake test. 2016-01-12 19:26:05 +01:00