class RuboCop::Cop::RSpec::NestedGroups

def message(nesting)

def message(nesting)
  format(MSG, total: nesting, max: max_nesting)
end