Class: TestThat::TestRunner::Empty
- Inherits:
-
TestRunner
- Object
- TestRunner
- TestThat::TestRunner::Empty
- Defined in:
- lib/test_that/test_runner.rb
Instance Method Summary collapse
-
#initialize ⇒ Empty
constructor
A new instance of Empty.
- #test ⇒ Object
Constructor Details
#initialize ⇒ Empty
Returns a new instance of Empty.
39 40 41 |
# File 'lib/test_that/test_runner.rb', line 39 def initialize super(nil) end |
Instance Method Details
#test ⇒ Object
43 44 45 46 |
# File 'lib/test_that/test_runner.rb', line 43 def test puts "No tests to run" true end |