class Shoulda::Matchers::Independent::DelegateMethodMatcher

def subject_has_delegate_object_reader_method?

def subject_has_delegate_object_reader_method?
  subject.respond_to?(delegate_object_reader_method, true)
end