Method: MiniTest::Unit::TestCase#setup
- Defined in:
- lib/minitest/unit.rb
#setup ⇒ Object
Runs before every test. Use this to refactor test initialization.
900 |
# File 'lib/minitest/unit.rb', line 900 def setup; end |
Runs before every test. Use this to refactor test initialization.
900 |
# File 'lib/minitest/unit.rb', line 900 def setup; end |