Explorar el Código

fix local --unset test

pull/653/head^2
Jason Karns hace 10 años
padre
commit
3c9674453f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/local.bats

+ 1
- 1
test/local.bats Ver fichero

@ -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" {

Cargando…
Cancelar
Guardar