class Shoulda::Matchers::Independent::DelegateMethodMatcher

def class_under_test

def class_under_test
  if subject_is_a_class?
    subject
  else
    subject.class
  end
end