Feature Requests: Browse | Submit New | Admin
Hi, As per the mailing list, I'd like a 'turn' command line option so I don't have to manually require turn in my tests that already exist. Here's a short .bat file I stuck in my c:\ruby\bin directory. I don't have a shell script handy for Unix, but I think you get the idea: # turn.bat @echo off "%~p0ruby" -x "%~f0" %1 goto endofruby #!/bin/ruby require "rubygems" require "turn" require ARGV[0] # The test file :endofruby Regards, Dan
Add A Comment: