Skip to content

Commit 9c95bb6

Browse files
author
kkotari
committed
adding test uninstall
1 parent 05be3ee commit 9c95bb6

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

File renamed without changes.

test/test_uninstall.bat

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@echo off
2+
setlocal
3+
4+
set PATH=%~dp0..\bin;%~dp0..\shims;%PATH%
5+
6+
echo :uninstall: test
7+
call rbenv versions
8+
call rbenv uninstall 2.1.8
9+
call rbenv uninstall 2.1.7-x64
10+
call rbenv uninstall 1.9.3-p551

0 commit comments

Comments
 (0)