Sha256: c7a3943eb324097ae612cdae10c3250a3cb48dd607226f3932cfc0095fa6cb9e

Contents?: true

Size: 366 Bytes

Versions: 4

Compression:

Stored size: 366 Bytes

Contents

(function(){
  process.mixin(require('assert'));
  task('test', 'run each of the unit tests', function() {
    var _a, _b, _c, test;
    _a = []; _b = test_files;
    for (_c = 0; _c < _b.length; _c++) {
      test = _b[_c];
      _a.push(fs.readFile(test, function(err, code) {
        return eval(coffee.compile(code));
      }));
    }
    return _a;
  });
})();

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
haml-more-0.5.1 vendor/coffee-script/documentation/js/cake_tasks.js
haml-more-0.5.0 vendor/coffee-script/documentation/js/cake_tasks.js
haml-more-0.4.0 vendor/coffee-script/documentation/js/cake_tasks.js
haml-more-0.4.0.d vendor/coffee-script/documentation/js/cake_tasks.js