Sha256: 657c387acbd18d940121b0ac6aa8db332c953443dea8cf382e695d9d1d340580
Contents?: true
Size: 449 Bytes
Versions: 130
Compression:
Stored size: 449 Bytes
Contents
require "active_support/testing/setup_and_teardown" module ActiveSupport module Testing module SetupAndTeardown if defined?(ForMinitest) ForMiniTest = ForMinitest end module ForMiniTest remove_method :run def before_setup super run_callbacks :setup end def after_teardown run_callbacks :teardown super end end end end end
Version data entries
130 entries across 88 versions & 11 rubygems