1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 13:57:52 +00:00

add test import

This commit is contained in:
nishiki 2014-12-10 21:44:20 +01:00
parent f443485ee0
commit 8bbddd1656

View file

@ -109,5 +109,7 @@ class TestMPW < Test::Unit::TestCase
end
def test_import
assert(@mpw.import('fixtures.yml'))
assert_equal(2, @mpw.search.length)
end
end