1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

fix test item

This commit is contained in:
nishiki 2015-02-13 23:55:14 +01:00
parent 66405d0eb9
commit ed2d7e624d

View file

@ -21,7 +21,7 @@ class TestItem < Test::Unit::TestCase
end
def test_00_add_without_name
assert_raise {MPW::Item.new}
assert_raise(RuntimeError){MPW::Item.new}
end
def test_01_add_new