add git
This commit is contained in:
parent
2328e4eff7
commit
ef86d8de80
8 changed files with 61 additions and 2 deletions
test
|
@ -24,6 +24,13 @@ class TestConfig < Test::Unit::TestCase
|
|||
)
|
||||
assert_match(I18n.t('form.setup_config.valid'), output)
|
||||
assert_match(I18n.t('form.setup_gpg_key.valid'), output)
|
||||
|
||||
output = %x(
|
||||
mpw wallet \
|
||||
--init \
|
||||
2>/dev/null
|
||||
)
|
||||
assert_match(I18n.t('form.init_wallet.valid'), output)
|
||||
end
|
||||
|
||||
def test_01_add_item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue