Kill not used constant since removal of runner method

Runner method was removed in ada571bfcdbad669ae43a4dd18277ef227680a0b.
This commit is contained in:
Carlos Antonio da Silva 2012-07-03 21:02:46 -03:00
parent b7a4fe18f2
commit f3353895a0

@ -4,20 +4,11 @@
module ActiveSupport
module Testing
module SetupAndTeardown
PASSTHROUGH_EXCEPTIONS = [
NoMemoryError,
SignalException,
Interrupt,
SystemExit
]
extend ActiveSupport::Concern
included do
include ActiveSupport::Callbacks
define_callbacks :setup, :teardown
end
module ClassMethods