1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43:46 -05:00

fix local --unset test

This commit is contained in:
Jason Karns
2015-12-28 21:33:50 -05:00
parent 22f4980a21
commit 3c9674453f

View File

@@ -92,7 +92,7 @@ OUT
touch .ruby-version
run rbenv-local --unset
assert_success ""
assert [ ! -e .rbenv-version ]
assert [ ! -e .ruby-version ]
}
@test "unsets alternate version file" {