Method: ActiveSupport::Testing::TimeHelpers#after_teardown

Defined in:
activesupport/lib/active_support/testing/time_helpers.rb

#after_teardownObject



69
70
71
72
# File 'activesupport/lib/active_support/testing/time_helpers.rb', line 69

def after_teardown
  travel_back
  super
end