Skip to content

Commit

Permalink
Temporarily (for 3.99) prevent deprecation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Aug 14, 2021
1 parent cac7c60 commit 8b42d12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ def handle_current_dir_change
c.disable_monkey_patching!

# runtime options
c.raise_errors_for_deprecations!

# Temporary measure to prevent failures when run in a sub-build from other repos
# c.raise_errors_for_deprecations!

c.include CommonHelpers

c.expect_with :rspec do |expectations|
Expand Down

0 comments on commit 8b42d12

Please sign in to comment.