Sha256: 9ae33b8e3bf134a8187463b9add816b692cb16a447affc3c360d947aeca1ae01
Contents?: true
Size: 669 Bytes
Versions: 5
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() .report({ fixturePath: 'fixtures' }) } </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
5 entries across 5 versions & 1 rubygems