1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00
This commit is contained in:
Adrien Waksberg 2017-02-26 21:39:33 +01:00
parent 5d267a4865
commit 21c3732ad3

View file

@ -46,6 +46,7 @@ class TestConfig < Test::Unit::TestCase
}
}
@config = MPW::Config.new
@config.load_config
assert_equal(@config.password[:length], 16)