class RuboCop::Cop::RSpec::NestedGroups

def allowed_groups

def allowed_groups
  @allowed_groups ||= cop_config.fetch('AllowedGroups', [])
end