mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test: assert_raises has been deprecated since a long time ago.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
48fdf59dcf
commit
00b4a3f9c4
59 changed files with 284 additions and 284 deletions
|
@ -215,7 +215,7 @@ class HTTPHeaderTest < Test::Unit::TestCase
|
|||
try_content_length 123, ' 123'
|
||||
try_content_length 1, '1 23'
|
||||
try_content_length 500, '(OK)500'
|
||||
assert_raises(Net::HTTPHeaderSyntaxError, 'here is no digit, but') {
|
||||
assert_raise(Net::HTTPHeaderSyntaxError, 'here is no digit, but') {
|
||||
@c['content-length'] = 'no digit'
|
||||
@c.content_length
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue