Module: MetaRuby::SelfTest
- Included in:
- Minitest::Test
- Defined in:
- lib/metaruby/test.rb
Overview
This module is the common setup for all tests
It is included in all the minitest tests
Instance Method Summary collapse
-
#setup ⇒ Object
Common setup code for all metaruby tests.
-
#teardown ⇒ Object
Common teardown code for all metaruby tests.
Instance Method Details
#setup ⇒ Object
Common setup code for all metaruby tests
47 48 |
# File 'lib/metaruby/test.rb', line 47 def setup end |
#teardown ⇒ Object
Common teardown code for all metaruby tests
51 52 |
# File 'lib/metaruby/test.rb', line 51 def teardown end |