We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c92d45 + cba2b2f commit 692f25aCopy full SHA for 692f25a
activesupport/lib/active_support/testing/strict_warnings.rb
@@ -14,10 +14,6 @@ class WarningError < StandardError; end
14
# Expected non-verbose warning emitted by Rails.
15
/Ignoring .*\.yml because it has expired/,
16
/Failed to validate the schema cache because/,
17
-
18
- # Ref: https://bugs.ruby-lang.org/issues/15554
19
- # This new Ruby 3.4 warning is still being fined tuned to reduce false positives
20
- /the block passed to/,
21
)
22
23
SUPPRESSED_WARNINGS = Regexp.union(
0 commit comments