Fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3fe69a0da4
commit
3fbd9d7e1c
@ -43,7 +43,7 @@ class TestWEBrickUtils < Test::Unit::TestCase
|
||||
assert_expired(m)
|
||||
end
|
||||
|
||||
def test_timeout_default_execption
|
||||
def test_timeout_default_exception
|
||||
m = WEBrick::Utils
|
||||
assert_raise(Timeout::Error){ m.timeout(0.01){ sleep } }
|
||||
assert_expired(m)
|
||||
|
Loading…
x
Reference in New Issue
Block a user