Class: TestThat::TestRunner::Error
- Inherits:
-
TestRunner
- Object
- TestRunner
- TestThat::TestRunner::Error
- Defined in:
- lib/test_that/test_runner.rb
Instance Method Summary collapse
-
#initialize ⇒ Error
constructor
A new instance of Error.
- #test ⇒ Object
Constructor Details
#initialize ⇒ Error
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
#test ⇒ Object
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 |