lib/rubocop/cop/rspec/nested_groups.rb in rubocop-rspec-2.0.0.pre vs lib/rubocop/cop/rspec/nested_groups.rb in rubocop-rspec-2.0.0

- old
+ new

@@ -85,10 +85,10 @@ # end # end # class NestedGroups < Base include ConfigurableMax - include RuboCop::RSpec::TopLevelGroup + include TopLevelGroup MSG = 'Maximum example group nesting exceeded [%<total>d/%<max>d].' DEPRECATED_MAX_KEY = 'MaxNesting'