module RSpec::Core::SharedExampleGroup::TopLevelDSL

def shared_examples(*args, &block)

def shared_examples(*args, &block)
  Registry.add_group('main', *args, &block)
end