module ActionController::Testing::ClassMethods
def before_filters
def before_filters _process_action_callbacks.find_all{|x| x.kind == :before}.map(&:name) end
def before_filters _process_action_callbacks.find_all{|x| x.kind == :before}.map(&:name) end