summaryrefslogtreecommitdiff
path: root/spec/mspec/lib/mspec/utils/warnings.rb
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2020-10-24 15:52:35 +0200
committerBenoit Daloze <eregontp@gmail.com>2020-10-24 15:53:53 +0200
commit342fbae83c2e80d1b49656bc7c689cc7fe8980ce (patch)
tree3ad1c53eab8d90a6358ee6ca7c23b261ad52e745 /spec/mspec/lib/mspec/utils/warnings.rb
parent1388257d7aa0309f14967e4804b9fe8ba9f68ee8 (diff)
Update to ruby/mspec@b56e7a2
Diffstat (limited to 'spec/mspec/lib/mspec/utils/warnings.rb')
-rw-r--r--spec/mspec/lib/mspec/utils/warnings.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/mspec/lib/mspec/utils/warnings.rb b/spec/mspec/lib/mspec/utils/warnings.rb
index 1cd9153a37..288dbe71aa 100644
--- a/spec/mspec/lib/mspec/utils/warnings.rb
+++ b/spec/mspec/lib/mspec/utils/warnings.rb
@@ -45,7 +45,6 @@ if Object.const_defined?(:Warning) and Warning.respond_to?(:warn)
when /\/(argf|io|stringio)\/.+(ARGF|IO)#(lines|chars|bytes|codepoints) is deprecated/
when /Thread\.exclusive is deprecated.+\n.+thread\/exclusive_spec\.rb/
when /hash\/shared\/index\.rb:\d+: warning: Hash#index is deprecated; use Hash#key/
- when /env\/shared\/key\.rb:\d+: warning: ENV\.index is deprecated; use ENV\.key/
when /exponent(_spec)?\.rb:\d+: warning: in a\*\*b, b may be too big/
when /enumerator\/(new_spec|initialize_spec)\.rb:\d+: warning: Enumerator\.new without a block is deprecated/
when /Pattern matching is experimental, and the behavior may change in future versions of Ruby!/