class Rails::TestUnit::InvalidTestError
Public Class Methods
Source
# File lib/rails/test_unit/runner.rb, line 13 def initialize(path, suggestion) super(<<~MESSAGE.rstrip) Could not load test file: #{path}. #{suggestion} MESSAGE end
Calls superclass method