Class: Test::Unit::AutoRunner
- Inherits:
-
Object
- Object
- Test::Unit::AutoRunner
- Defined in:
- lib/tending/disable_auto_runner.rb
Class Method Summary collapse
-
.run ⇒ Object
disable autorunner for gathering pending tests.
Class Method Details
.run ⇒ Object
disable autorunner for gathering pending tests
5 6 7 |
# File 'lib/tending/disable_auto_runner.rb', line 5 def self.run $exit = 0 end |