test that $_SECRETS_DIR is set as expected

pull/251/head
joshr 6 years ago
parent d3e120e9a6
commit 2287b3e54e

@ -14,6 +14,12 @@ function teardown {
}
@test "secrets dir env var set as expected" {
_TEST_SECRETS_DIR=${SECRETS_DIR:-".gitsecret"}
[ "${_TEST_SECRETS_DIR}" = "${_SECRETS_DIR}" ]
}
@test "run 'init' without '.git'" {
remove_git_repository

Loading…
Cancel
Save