Class: Test::Unit::TestCase
- Inherits:
-
Object
- Object
- Test::Unit::TestCase
- Defined in:
- lib/gorgon/test_unit_runner.rb
Class Method Summary collapse
Class Method Details
.inherited(klass) ⇒ Object
26 27 28 |
# File 'lib/gorgon/test_unit_runner.rb', line 26 def self.inherited(klass) GorgonTestCases.cases << klass end |