module RSpec::Core::SharedExampleGroup::TopLevelDSL

def share_as(name, &block)

def share_as(name, &block)
  RSpec.deprecate("`share_as`", :replacement => "`RSpec::SharedContext` or `shared_examples`")
  SharedExampleGroup.registry.add_const('main', name, &block)
end