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

Commit 96f1b8a

Browse files
p-wallpirj
authored andcommitted
Update links to use https
And update a dead link to use an archived version
1 parent d57c371 commit 96f1b8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# the additional setup, and require it from the spec files that actually need
1313
# it.
1414
#
15-
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
15+
# See https://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
1616
RSpec.configure do |config|
1717
# rspec-expectations config goes here. You can use an alternate
1818
# assertion/expectation library such as wrong or the stdlib/minitest
@@ -61,9 +61,9 @@
6161
6262
# Limits the available syntax to the non-monkey patched syntax that is
6363
# recommended. For more details, see:
64-
# - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
65-
# - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
66-
# - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
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
6767
config.disable_monkey_patching!
6868
6969
# This setting enables warnings. It's recommended, but in some cases may

0 commit comments

Comments
 (0)