module ActiveSupport::ExecutionContext::TestHelper

def before_setup

:nodoc:
def before_setup
  ActiveSupport::ExecutionContext.clear
  super
end