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

Defined in:
lib/minitest/old_activesupport_fix.rb

Instance Method Summary collapse

Instance Method Details

#after_teardown



14
15
16
17
# File 'lib/minitest/old_activesupport_fix.rb', line 14

def after_teardown
  run_callbacks :teardown
  super
end

#before_setup



9
10
11
12
# File 'lib/minitest/old_activesupport_fix.rb', line 9

def before_setup
  super
  run_callbacks :setup
end