Sha256: d7bbd246cf26b393ce0c47c803fc05616d86320c2ee173a17d78702d2e8d1a47
Contents?: true
Size: 362 Bytes
Versions: 5
Compression:
Stored size: 362 Bytes
Contents
<html> <head> <script src="/jspec/jspec.js"></script> <script src="/lib/yourlib.core.js"></script> <script> function runSuites() { JSpec .exec('spec.core.js') .run({ formatter : JSpec.formatters.Server, verbose: true, failuresOnly: true }) .report() } </script> </head> <body class="jspec" onLoad="runSuites();"> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems