Sha256: 466a458f5148a44462422359f501a1d5a3ba80a7941807f57fc0c16d93b18d24
Contents?: true
Size: 547 Bytes
Versions: 50
Compression:
Stored size: 547 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="../lib/yourlib.core.js"></script> <script> function runSuites() { JSpec .exec('spec.core.js') .run() .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
50 entries across 50 versions & 3 rubygems