lib/rubocop/cop/rspec/example_without_description.rb in rubocop-rspec-2.11.1 vs lib/rubocop/cop/rspec/example_without_description.rb in rubocop-rspec-2.12.0
- old
+ new
@@ -12,10 +12,10 @@
# It also defines whether auto-generated description is allowed, based
# on the configured style.
#
# This cop can be configured using the `EnforcedStyle` option
#
- # @example `EnforcedStyle: always_allow`
+ # @example `EnforcedStyle: always_allow` (default)
# # bad
# it('') { is_expected.to be_good }
# it '' do
# result = service.call
# expect(result).to be(true)