class Shoulda::Matchers::Doublespeak::DoubleCollection

def calls_to(method_name)

def calls_to(method_name)
  double = doubles_by_method_name[method_name]
  if double
    double.calls
  else
    []
  end
end