class Shoulda::Matchers::Independent::DelegateMethodMatcher

def possible_class_under_test(options)

def possible_class_under_test(options)
  if options[:include_module]
    class_under_test.to_s
  else
    ''
  end
end