Module: MiniTest::Shouldify::Lifecycle
- Included in:
- Unit::TestCase
- Defined in:
- lib/minitest/shouldify.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#before_setup ⇒ Object
Hook into Minitest’s Lifecycle to alias methods when tests are run.
Instance Method Details
#before_setup ⇒ Object
Hook into Minitest’s Lifecycle to alias methods when tests are run.
118 119 120 121 |
# File 'lib/minitest/shouldify.rb', line 118 def before_setup # :nodoc: MiniTest::Shouldify.shouldify! super end |