Class: ActiveSupport::TestCase
- Inherits:
-
Object
- Object
- ActiveSupport::TestCase
- Defined in:
- lib/gorgon/test_unit_runner.rb
Class Method Summary collapse
Class Method Details
.inherited(klass) ⇒ Object
19 20 21 |
# File 'lib/gorgon/test_unit_runner.rb', line 19 def self.inherited(klass) GorgonTestCases.cases << klass end |