Skip to content

Commit

Permalink
Tweak warning docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Sep 2, 2024
1 parent eb5e317 commit 83ce27b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rspec/core/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1764,8 +1764,9 @@ def warnings?
# @private
RAISE_ERROR_WARNING_NOTIFIER = lambda { |message| raise message }

# Turns warnings into errors. This can be useful when
# Turns RSpec warnings into errors. This can be useful when
# you want RSpec to run in a 'strict' no warning situation.
# (Note this does not capture or raise on Ruby warnings).
#
# @example
#
Expand Down

0 comments on commit 83ce27b

Please sign in to comment.