Skip to content

Commit

Permalink
adding test uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankotari committed Feb 10, 2019
1 parent d3eeba7 commit ee71e75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions test/test_uninstall.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off
setlocal

set PATH=%~dp0..\bin;%~dp0..\shims;%PATH%

echo :uninstall: test
call rbenv versions
call rbenv uninstall 2.1.8
call rbenv uninstall 2.1.7-x64
call rbenv uninstall 1.9.3-p551

0 comments on commit ee71e75

Please sign in to comment.