lib/rubocop/cop/rspec/empty_example_group.rb in rubocop-rspec-1.24.0 vs lib/rubocop/cop/rspec/empty_example_group.rb in rubocop-rspec-1.25.0
- old
+ new
@@ -34,12 +34,12 @@
# end
#
# @example configuration
#
# # .rubocop.yml
- # RSpec/EmptyExampleGroup:
- # CustomIncludeMethods:
- # - include_tests
+ # # RSpec/EmptyExampleGroup:
+ # # CustomIncludeMethods:
+ # # - include_tests
#
# # spec_helper.rb
# RSpec.configure do |config|
# config.alias_it_behaves_like_to(:include_tests)
# end