module RSpec::Core::SharedExampleGroup::TopLevelDSL

def share_as(name, &block)

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