1
0
Fork 0
mirror of https://github.com/rbenv/rbenv.git synced 2025-07-25 22:41:01 +02:00

Spelling fix

This commit is contained in:
Ville Skyttä 2020-04-23 07:59:28 +03:00
parent c2cfbd1e8b
commit 59004d77ed

View file

@ -17,7 +17,7 @@ setup() {
assert_success "system" assert_success "system"
} }
@test "system version is not checked for existance" { @test "system version is not checked for existence" {
RBENV_VERSION=system run rbenv-version-name RBENV_VERSION=system run rbenv-version-name
assert_success "system" assert_success "system"
} }