Sha256: 5d23323f31d6190919e21081d4ac0d45084b04512f01575f226570255e56c94f
Contents?: true
Size: 361 Bytes
Versions: 12
Compression:
Stored size: 361 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
12 entries across 12 versions & 2 rubygems