1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 18:53:19 +00:00
mpw/test/files/fixtures.yml

20 lines
421 B
YAML
Raw Normal View History

2014-12-09 21:53:49 +00:00
add:
name: 'test_name'
group: 'test_group'
host: 'test_host'
protocol: 'test_protocol'
login: 'test_login'
password: 'test_password'
port: '42'
comment: 'test_comment'
update:
name: 'test_name_update'
group: 'test_group_update'
host: 'test_host_update'
protocol: 'test_protocol_update'
login: 'test_login_update'
password: 'test_password_update'
port: '43'
comment: 'test_comment_update'