Class: MiniTest::Unit::TestCase
- Inherits:
-
Object
- Object
- MiniTest::Unit::TestCase
- Defined in:
- lib/tap/test/unit.rb
Overview
MiniTest renames method_name as name. For backwards compatibility (and for Tap::Test::FileTest) it must be added back.
Instance Method Summary collapse
Instance Method Details
#method_name ⇒ Object
27 28 29 |
# File 'lib/tap/test/unit.rb', line 27 def method_name name end |