mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
fix: remove output for test_import
This commit is contained in:
parent
8fddbd01be
commit
b0905f18f1
1 changed files with 0 additions and 3 deletions
|
@ -29,15 +29,12 @@ class TestImport < Test::Unit::TestCase
|
|||
assert_match(I18n.t('form.import.valid'), output)
|
||||
|
||||
output = %x(echo #{@password} | mpw list --group Bank --wallet #{format})
|
||||
puts output
|
||||
assert_match(%r{http://.*fric\.com.*12345.*Fric money money}, output)
|
||||
|
||||
output = %x(echo #{@password} | mpw list --group Cloud --wallet #{format})
|
||||
puts output
|
||||
assert_match(%r{ssh://.*fric\.com.*:4333.*username.*bastion}, output)
|
||||
|
||||
output = %x(echo #{@password} | mpw list --wallet #{format})
|
||||
puts output
|
||||
assert_match(/server\.com.*My little server/, output)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue