module Spec::Example::SharedExampleGroup::ClassMethods

def include?(group)

def include?(group)
  shared_example_groups.include?(group)
end