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 a59ddc7 + 4bd2c30 commit bc4912fCopy full SHA for bc4912f
activesupport/lib/active_support/testing/strict_warnings.rb
@@ -14,6 +14,9 @@ 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
+ # TODO: Can be removed if https://github.com/ruby/uri/issues/118 is addressed
19
+ /URI::RFC3986_PARSER/,
20
)
21
22
SUPPRESSED_WARNINGS = Regexp.union(
0 commit comments