Sha256: 069f335902cce2b265c6ccd29bc49038e44b888310fc6b828c60851a461a7084
Contents?: true
Size: 490 Bytes
Versions: 9
Compression:
Stored size: 490 Bytes
Contents
<html> <head> <script src="/jspec/jspec.js"></script> <script src="/jspec/jspec.xhr.js"></script> <script src="/assets/set_builder.js"></script> <script src="/spec/unit/spec.helper.js"></script> <script> function runSuites() { JSpec .exec('unit/spec.js') .run({ reporter: JSpec.reporters.Server, verbose: true, failuresOnly: true, fixturePath: '/spec/fixtures' }) .report() } </script> </head> <body class="jspec" onLoad="runSuites();"> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems