mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +00:00
fix test
This commit is contained in:
parent
e486be5ba8
commit
d6f7c78eb1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class TestConfig < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_00_config
|
def test_00_config
|
||||||
data = { key: 'test@example.com',
|
data = { gpg_key: 'test@example.com',
|
||||||
lang: 'en',
|
lang: 'en',
|
||||||
wallet_dir: '/tmp/test',
|
wallet_dir: '/tmp/test',
|
||||||
gpg_exe: '',
|
gpg_exe: '',
|
||||||
|
|
Loading…
Add table
Reference in a new issue