Module: Rails::LineFiltering
- Defined in:
- lib/rails/test_unit/line_filtering.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#run(reporter, options = {}) ⇒ Object
7 8 9 10 11 |
# File 'lib/rails/test_unit/line_filtering.rb', line 7 def run(reporter, = {}) = .merge(filter: Rails::TestUnit::Runner.compose_filter(self, [:filter])) super end |