Jarrett Meyer
Results
2
comments of
Jarrett Meyer
The following does work, but the outcome is not ideal. ``` # in your Rake setup... RUN_TESTS = ENV['run_tests'] || 'true' nunit :test do |nunit| nunit.command = NUNIT_PATH next unless...
When put that way, I don't see why we need this. It's Rake. I can just as easily make task definition like this and get the exact same thing. ```...