class Shoulda::Matchers::Independent::DelegateMethodMatcher

def calls_to_delegate_method

def calls_to_delegate_method
  delegate_object.calls_to(delegate_method)
end