class Spec::Example::SharedExampleGroup

def shared_example_groups

def shared_example_groups
  # TODO - this needs to be global, or at least accessible from
  # from subclasses of Example in a centralized place. I'm not loving
  # this as a solution, but it works for now.
  $shared_example_groups ||= []
end