method
new
v8.1.1 -
Show latest stable
- Class:
Rails::TestUnit::InvalidTestError
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