mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +00:00
unittest: add env for key white a real key
This commit is contained in:
parent
087320e52b
commit
04a4173f16
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class TestMPW < Test::Unit::TestCase
|
||||||
@fixture_file = 'files/fixtures.yml'
|
@fixture_file = 'files/fixtures.yml'
|
||||||
|
|
||||||
file_gpg = 'test.gpg'
|
file_gpg = 'test.gpg'
|
||||||
key = 'a.waksberg@yaegashi.fr'
|
key = ENV['MPW_TEST_KEY']
|
||||||
|
|
||||||
puts
|
puts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue