class Shoulda::Matchers::ActionController::RescueFromMatcher
def method_name_matches?
def method_name_matches? if expected_method.present? handlers.any? do |handler| handler.last == expected_method end else true end end
def method_name_matches? if expected_method.present? handlers.any? do |handler| handler.last == expected_method end else true end end