Method: Rails::TestUnit::TestParser#initialize
- Defined in:
- railties/lib/rails/test_unit/test_parser.rb
#initialize ⇒ TestParser
Returns a new instance of TestParser.
64 65 66 67 68 |
# File 'railties/lib/rails/test_unit/test_parser.rb', line 64 def initialize(*) # A hash mapping the 1-indexed line numbers that tests start on to where they end. @begins_to_ends = {} super end |