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:
parent
66405d0eb9
commit
ed2d7e624d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue