class Shoulda::Matchers::ActionController::RescueFromMatcher
def matches?(controller)
def matches?(controller) @controller = controller rescues_from_exception? && method_name_matches? && handler_exists? end
def matches?(controller) @controller = controller rescues_from_exception? && method_name_matches? && handler_exists? end