Module: ActiveSupport::Testing::SetupAndTeardown::ForMiniTest
- Defined in:
- lib/minitest/old_activesupport_fix.rb
Instance Method Summary collapse
Instance Method Details
#after_teardown ⇒ Object
17 18 19 20 |
# File 'lib/minitest/old_activesupport_fix.rb', line 17 def after_teardown run_callbacks :teardown super end |
#before_setup ⇒ Object
12 13 14 15 |
# File 'lib/minitest/old_activesupport_fix.rb', line 12 def before_setup super run_callbacks :setup end |