Module: ActiveSupport::Testing::SetupAndTeardown::ForMiniTest

Defined in:
lib/minitest/old_activesupport_fix.rb

Instance Method Summary collapse

Instance Method Details

#after_teardown



17
18
19
20
# File 'lib/minitest/old_activesupport_fix.rb', line 17

def after_teardown
  run_callbacks :teardown
  super
end

#before_setup



12
13
14
15
# File 'lib/minitest/old_activesupport_fix.rb', line 12

def before_setup
  super
  run_callbacks :setup
end