1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/testing
Kasper Timm Hansen 69e5547162 Extract line filtering to Railties.
The line filter parsing added to ActiveSupport::TestCase is only half the story
to enable line filtering. The other half, of adding the patterns to the options,
is done in the Minitest plugin that Railties has.

Thus it makes more sense to have the filter in Railties with the other half and
all the line filtering tests.

Move the filter and extend Active Support in an initializer, so that when users
or `rails/all.rb` require `rails/test_unit/railtie` we can still filter by line.
2016-01-09 17:21:21 +01:00
..
assertions.rb Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’ 2015-10-07 21:07:46 +05:30
autorun.rb inline test runner check into as/testing/autorun.rb. 2015-06-11 10:50:10 +02:00
constant_lookup.rb
declarative.rb
deprecation.rb Fix bug where custom deprecators are not used. 2015-10-14 07:49:39 -04:00
file_fixtures.rb Improve readability of docs by using code tag [ci skip] 2015-09-29 14:44:17 +05:30
isolation.rb make sure exceptions are marshalable when returning test results 2015-09-30 18:25:22 -07:00
method_call_assertions.rb Cleaned up generators tests using internal assertion helper 2015-08-20 09:22:56 +05:30
setup_and_teardown.rb
stream.rb
tagged_logging.rb
time_helpers.rb A few documentation tweaks [ci skip] 2015-06-07 14:53:24 +02:00