Sha256: 31c920946cedc7c209d49fad662e24c4cd25f8dd09c209b5bc6fadf023b59ea2
Contents?: true
Size: 702 Bytes
Versions: 8
Compression:
Stored size: 702 Bytes
Contents
<html> <head> <link type="text/css" rel="stylesheet" href="frameworks/jspec/jspec.css" /> <script src="frameworks/jspec/jspec.js"></script> <script src="frameworks/jspec/jspec.xhr.js"></script> <script src="spec/spec.helper.js"></script> <script> window.TESTING = true; function runSuites() { JSpec .exec('spec/spec.js') .run({ fixturePath: 'fixtures' }) .report() } </script> </head> <body class="jspec" onLoad="runSuites();"> <script src="<%= name %>.cjs"></script> <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
8 entries across 8 versions & 1 rubygems