lib/rubocop/cop/rspec/it_behaves_like.rb in rubocop-rspec-2.12.1 vs lib/rubocop/cop/rspec/it_behaves_like.rb in rubocop-rspec-2.13.0
- old
+ new
@@ -16,9 +16,10 @@
# # bad
# it_behaves_like 'a foo'
#
# # good
# it_should_behave_like 'a foo'
+ #
class ItBehavesLike < Base
extend AutoCorrector
include ConfigurableEnforcedStyle
MSG = 'Prefer `%<replacement>s` over `%<original>s` when including ' \