module RSpec::Core::SharedExampleGroup::Registry

def clear

def clear
  @shared_example_groups.clear
end