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



6
7
8
9
10
# File 'lib/rails/test_unit/line_filtering.rb', line 6

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

  super
end