module Spec::Example::ExampleGroupMethods

def notify(reporter) # :nodoc:

:nodoc:
def notify(reporter) # :nodoc:
  reporter.example_group_started(ExampleGroupProxy.new(self))
end