rob@77: def run_all_tests rob@77: puts `clear` rob@77: puts `node tests/test-constants.js` rob@77: puts `node tests/test-headers.js` rob@77: puts `node tests/test-request.js` rob@77: end rob@77: watch('.*.js') { run_all_tests } rob@77: run_all_tests