lib/rubocop/cop/rspec/message_expectation.rb in rubocop-rspec-2.11.1 vs lib/rubocop/cop/rspec/message_expectation.rb in rubocop-rspec-2.12.0
- old
+ new
@@ -6,10 +6,10 @@
# Checks for consistent message expectation style.
#
# This cop can be configured in your configuration using the
# `EnforcedStyle` option and supports `--auto-gen-config`.
#
- # @example `EnforcedStyle: allow`
+ # @example `EnforcedStyle: allow` (default)
#
# # bad
# expect(foo).to receive(:bar)
#
# # good