1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

v20150601

This commit is contained in:
Josh Friend
2015-06-01 21:48:44 -04:00
parent d6230578ec
commit 5cb9c9af2e
3 changed files with 12 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run pyenv
assert_success
assert [ "${lines[0]}" == "pyenv 20150524" ]
assert [ "${lines[0]}" == "pyenv 20150601" ]
}
@test "invalid command" {