Class: Minitest::Minitap
- Inherits:
-
Object
- Object
- Minitest::Minitap
- Defined in:
- lib/minitap/minitest5_browsery.rb
Overview
Base class for TapY and TapJ runners.
Instance Method Summary collapse
Instance Method Details
#tapout_before_case(test_case) ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/minitap/minitest5_browsery.rb', line 10 def tapout_before_case(test_case) doc = { 'type' => 'case', 'subtype' => '', 'label' => "#{test_case}", 'level' => 0 } return doc end |