Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 8b84d35

Browse files
authored
fix: use Relish link to disable_monkey_patching
This avoids old content getting older as time goes by.
1 parent 96f1b8a commit 8b84d35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/rspec/core/project_initializer/spec/spec_helper.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@
6161
6262
# Limits the available syntax to the non-monkey patched syntax that is
6363
# recommended. For more details, see:
64-
# - https://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
65-
# - https://web.archive.org/web/20201111222326/http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
66-
# - https://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
64+
# https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode
6765
config.disable_monkey_patching!
6866
6967
# This setting enables warnings. It's recommended, but in some cases may

0 commit comments

Comments
 (0)