Don't like ads? PRO users don't see any ads ;-)
Guest

rspec.bat

By: a guest on Jun 19th, 2012  |  syntax: DOS  |  size: 0.15 KB  |  hits: 28  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. @ECHO OFF
  2. IF NOT "%~f0" == "~f0" GOTO :WinNT
  3. @"ruby.exe" "C:/Ruby192/bin/rspec" %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. GOTO :EOF
  5. :WinNT
  6. @"ruby.exe" "%~dpn0" %*