Loading bin/rbenv-install +6 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,12 @@ shopt -u nullglob # Provide rbenv completions if [ "$1" = "--complete" ]; then echo --list echo --force echo --skip-existing echo --keep echo --verbose echo --patch exec ruby-build --definitions fi Loading bin/rbenv-uninstall +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ set -e # Provide rbenv completions if [ "$1" = "--complete" ]; then echo --force exec rbenv versions --bare fi Loading test/rbenv.bats +6 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,12 @@ OUT run rbenv-install --complete assert_success assert_output <<OUT --list --force --skip-existing --keep --verbose --patch ${RBENV_ROOT}/plugins/bar/share/ruby-build ${RBENV_ROOT}/plugins/foo/share/ruby-build Loading Loading
bin/rbenv-install +6 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,12 @@ shopt -u nullglob # Provide rbenv completions if [ "$1" = "--complete" ]; then echo --list echo --force echo --skip-existing echo --keep echo --verbose echo --patch exec ruby-build --definitions fi Loading
bin/rbenv-uninstall +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ set -e # Provide rbenv completions if [ "$1" = "--complete" ]; then echo --force exec rbenv versions --bare fi Loading
test/rbenv.bats +6 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,12 @@ OUT run rbenv-install --complete assert_success assert_output <<OUT --list --force --skip-existing --keep --verbose --patch ${RBENV_ROOT}/plugins/bar/share/ruby-build ${RBENV_ROOT}/plugins/foo/share/ruby-build Loading