diff --git a/test/test_item.rb b/test/test_item.rb index 32d84f3..923d7af 100644 --- a/test/test_item.rb +++ b/test/test_item.rb @@ -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