mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-20 21:34:35 +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)
|
assert_match(I18n.t('form.import.valid'), output)
|
||||||
|
|
||||||
output = %x(echo #{@password} | mpw list --group Bank --wallet #{format})
|
output = %x(echo #{@password} | mpw list --group Bank --wallet #{format})
|
||||||
puts output
|
|
||||||
assert_match(%r{http://.*fric\.com.*12345.*Fric money money}, output)
|
assert_match(%r{http://.*fric\.com.*12345.*Fric money money}, output)
|
||||||
|
|
||||||
output = %x(echo #{@password} | mpw list --group Cloud --wallet #{format})
|
output = %x(echo #{@password} | mpw list --group Cloud --wallet #{format})
|
||||||
puts output
|
|
||||||
assert_match(%r{ssh://.*fric\.com.*:4333.*username.*bastion}, output)
|
assert_match(%r{ssh://.*fric\.com.*:4333.*username.*bastion}, output)
|
||||||
|
|
||||||
output = %x(echo #{@password} | mpw list --wallet #{format})
|
output = %x(echo #{@password} | mpw list --wallet #{format})
|
||||||
puts output
|
|
||||||
assert_match(/server\.com.*My little server/, output)
|
assert_match(/server\.com.*My little server/, output)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue