class Shoulda::Matchers::Doublespeak::MethodCall

def ==(other)

def ==(other)
  other.is_a?(self.class) &&
    method_name == other.method_name &&
    args == other.args &&
    block == other.block &&
    double == other.double &&
    object == other.object
end