소스 검색

fix local --unset test

pull/653/head^2
Jason Karns 10 년 전
부모
커밋
3c9674453f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/local.bats

+ 1
- 1
test/local.bats 파일 보기

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

불러오는 중...
취소
저장