lib/rubocop/cop/rspec/verified_double_reference.rb in rubocop-rspec-2.22.0 vs lib/rubocop/cop/rspec/verified_double_reference.rb in rubocop-rspec-2.23.0

- old
+ new

@@ -5,10 +5,10 @@ module RSpec # Checks for consistent verified double reference style. # # Only investigates references that are one of the supported styles. # - # @see https://relishapp.com/rspec/rspec-mocks/docs/verifying-doubles + # @see https://rspec.info/features/3-12/rspec-mocks/verifying-doubles # # This cop can be configured in your configuration using the # `EnforcedStyle` option and supports `--auto-gen-config`. # # @example `EnforcedStyle: constant` (default)