module RSpec::ExampleGroups

def self.constant_scope_for(group)

def self.constant_scope_for(group)
  const_scope = group.superclass
  const_scope = self if const_scope == ::RSpec::Core::ExampleGroup
  const_scope
end