We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c4c57 commit b56e7a2Copy full SHA for b56e7a2
1 file changed
lib/mspec/utils/warnings.rb
@@ -45,7 +45,6 @@ def Warning.warn(message)
45
when /\/(argf|io|stringio)\/.+(ARGF|IO)#(lines|chars|bytes|codepoints) is deprecated/
46
when /Thread\.exclusive is deprecated.+\n.+thread\/exclusive_spec\.rb/
47
when /hash\/shared\/index\.rb:\d+: warning: Hash#index is deprecated; use Hash#key/
48
- when /env\/shared\/key\.rb:\d+: warning: ENV\.index is deprecated; use ENV\.key/
49
when /exponent(_spec)?\.rb:\d+: warning: in a\*\*b, b may be too big/
50
when /enumerator\/(new_spec|initialize_spec)\.rb:\d+: warning: Enumerator\.new without a block is deprecated/
51
when /Pattern matching is experimental, and the behavior may change in future versions of Ruby!/
0 commit comments