lib/rubocop/cop/rspec/nested_groups.rb in rubocop-rspec-2.4.0 vs lib/rubocop/cop/rspec/nested_groups.rb in rubocop-rspec-2.5.0

- old
+ new

@@ -4,10 +4,10 @@ module Cop module RSpec # Checks for nested example groups. # # This cop is configurable using the `Max` option - # and supports `--auto-gen-config + # and supports `--auto-gen-config`. # # @example # # bad # context 'when using some feature' do # let(:some) { :various }