module RSpec::Core::SharedExampleGroup

def key_taken? key

def key_taken? key
  RSpec.world.shared_example_groups.has_key?(key)
end