Class: TestThat::TestRunner::Error

Inherits:
TestRunner
  • Object
show all
Defined in:
lib/test_that/test_runner.rb

Instance Method Summary collapse

Constructor Details

#initializeError

Returns a new instance of Error.



50
51
52
# File 'lib/test_that/test_runner.rb', line 50

def initialize
  super(nil)
end

Instance Method Details

#testObject



54
55
56
57
# File 'lib/test_that/test_runner.rb', line 54

def test
  warn "Could not run tests; no compatible test environment detected"
  false
end