class Shoulda::Matchers::Doublespeak::DoubleCollection
def calls_by_method_name
def calls_by_method_name doubles_by_method_name.inject({}) do |hash, (method_name, double)| hash.merge! method_name => double.calls.map(&:args) end end
def calls_by_method_name doubles_by_method_name.inject({}) do |hash, (method_name, double)| hash.merge! method_name => double.calls.map(&:args) end end