class RuboCop::Cop::RSpec::NestedGroups

def max_nesting

def max_nesting
  @max_nesting ||= Integer(max_nesting_config)
end