class Shoulda::Matchers::ActionController::CallbackMatcher

def initialize(method_name, kind, callback_type)

def initialize(method_name, kind, callback_type)
  @method_name = method_name
  @kind = kind
  @callback_type = callback_type
end