浏览代码

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

正在加载...
取消
保存