This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/rspec/core/project_initializer/spec Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
# the additional setup, and require it from the spec files that actually need
13
13
# it.
14
14
#
15
- # See http ://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
15
+ # See https ://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
16
16
RSpec . configure do |config |
17
17
# rspec-expectations config goes here. You can use an alternate
18
18
# assertion/expectation library such as wrong or the stdlib/minitest
61
61
62
62
# Limits the available syntax to the non-monkey patched syntax that is
63
63
# 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
67
67
config.disable_monkey_patching!
68
68
69
69
# This setting enables warnings. It's recommended, but in some cases may
You can’t perform that action at this time.
0 commit comments