Module: Rails::LineFiltering::MT5

Defined in:
lib/rails/test_unit/line_filtering.rb

Instance Method Summary collapse

Instance Method Details

#run(reporter, options = {}) ⇒ Object



19
20
21
22
23
# File 'lib/rails/test_unit/line_filtering.rb', line 19

def run(reporter, options = {})
  options = options.merge(filter: Rails::TestUnit::Runner.compose_filter(self, options[:filter]))

  super
end