This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
240
Wiki
Activity
Browse Source
fix local --unset test
pull/653/head^2
Jason Karns
10 years ago
parent
22f4980a21
commit
3c9674453f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/local.bats
+ 1
- 1
test/local.bats
View File
@ -92,7 +92,7 @@ OUT
touch .ruby-version
run rbenv-local --unset
assert_success ""
assert [ ! -e .r
benv
-version ]
assert [ ! -e .r
uby
-version ]
}
@test "unsets alternate version file" {
Write
Preview
Loading…
Cancel
Save