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:
parent
f443485ee0
commit
8bbddd1656
1 changed files with 2 additions and 0 deletions
|
@ -109,5 +109,7 @@ class TestMPW < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_import
|
def test_import
|
||||||
|
assert(@mpw.import('fixtures.yml'))
|
||||||
|
assert_equal(2, @mpw.search.length)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue