method

new

new(path, suggestion)
public

No documentation available.

# File railties/lib/rails/test_unit/runner.rb, line 13
      def initialize(path, suggestion)
        super(<<~MESSAGE.rstrip)
          Could not load test file: #{path}.
          #{suggestion}
        MESSAGE
      end