Sha256: 9e232a613d3d29ce418d8df91aed68d90d7ba28f1bcf1b5e65fc29844bb45bfa
Contents?: true
Size: 669 Bytes
Versions: 19
Compression:
Stored size: 669 Bytes
Contents
<html> <head> <link type="text/css" rel="stylesheet" href="JSPEC_ROOT/lib/jspec.css" /> <script src="JSPEC_ROOT/lib/jspec.js"></script> <script src="JSPEC_ROOT/lib/jspec.xhr.js"></script> <script src="../lib/yourlib.js"></script> <script src="unit/spec.helper.js"></script> <script> function runSuites() { JSpec .exec('unit/spec.js') .run({ fixturePath: 'fixtures' }) .report() } </script> </head> <body class="jspec" onLoad="runSuites();"> <div id="jspec-top"><h2 id="jspec-title">JSpec <em><script>document.write(JSpec.version)</script></em></h2></div> <div id="jspec"></div> <div id="jspec-bottom"></div> </body> </html>
Version data entries
19 entries across 19 versions & 4 rubygems