From 9eecd7a2fd0b67aa13450887a1fee9a6638b9e4e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 1 Jun 2019 14:44:24 +0300 Subject: Ignore warnings about ambiguous first argument of regexp with assert match. --- test/webrick/test_httpresponse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/webrick/test_httpresponse.rb') diff --git a/test/webrick/test_httpresponse.rb b/test/webrick/test_httpresponse.rb index 75861caf8f..468c60582d 100644 --- a/test/webrick/test_httpresponse.rb +++ b/test/webrick/test_httpresponse.rb @@ -68,7 +68,7 @@ module WEBrick io.rewind res = Net::HTTPResponse.read_new(Net::BufferedIO.new(io)) assert_equal '300', res.code - refute_match /