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

Commit 13e97f5

Browse files
committed
Temporarily (for 3.99) prevent deprecation failures
See https://github.com/rspec/rspec-mocks/pull/1418/checks?check_run_id=2115367793 for an example for RSpec Mocks build failure
1 parent 87e4a31 commit 13e97f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spec/spec_helper.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ def handle_current_dir_change
8080
c.disable_monkey_patching!
8181

8282
# runtime options
83-
c.raise_errors_for_deprecations!
83+
84+
# Temporary measure to prevent failures when run in a sub-build from other repos
85+
# c.raise_errors_for_deprecations!
86+
8487
c.include CommonHelpers
8588

8689
c.expect_with :rspec do |expectations|

0 commit comments

Comments
 (0)