lib/rubocop/cop/rspec/implicit_expect.rb in rubocop-rspec-2.11.1 vs lib/rubocop/cop/rspec/implicit_expect.rb in rubocop-rspec-2.12.0
- old
+ new
@@ -6,10 +6,10 @@
# Check that a consistent implicit expectation style is used.
#
# This cop can be configured using the `EnforcedStyle` option
# and supports the `--auto-gen-config` flag.
#
- # @example `EnforcedStyle: is_expected`
+ # @example `EnforcedStyle: is_expected` (default)
#
# # bad
# it { should be_truthy }
#
# # good