class Shoulda::Matchers::ActionController::CallbackMatcher

def failure_message_when_negated

def failure_message_when_negated
  "Expected that #{controller_class.name} would not have"\
    " :#{method_name} as a #{kind}_#{callback_type}"
end