mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
parent
c30e096a54
commit
8f87f43e22
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ load test_helper
|
||||||
@test "blank invocation" {
|
@test "blank invocation" {
|
||||||
run rbenv
|
run rbenv
|
||||||
assert_success
|
assert_success
|
||||||
assert [ "${lines[0]}" = "rbenv 0.4.0" ]
|
assert_line 0 "$(rbenv---version)"
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "invalid command" {
|
@test "invalid command" {
|
||||||
|
|
Loading…
Reference in a new issue