rhino.js 235 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 load('./spec/lib/jspec.js') load('./spec/lib/jspec.xhr.js') load('lib/yourlib.js') load('spec/unit/spec.helper.js') JSpec .exec('spec/unit/spec.js') .run({ reporter: JSpec.reporters.Terminal, fixturePath: 'spec/fixtures' }) .report()