silverstripe-framework/thirdparty/jquery-concrete/vendor/jspec/templates/rails/spec.server.html
Ingo Schommer 83267cdd45 MINOR Updated jquery-concrete to 0.9 release
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92560 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:33:26 +00:00

16 lines
382 B
HTML

<html>
<head>
<script src="/jspec/jspec.js"></script>
<script src="/public/javascripts/application.js"></script>
<script>
function runSuites() {
JSpec
.exec('spec.application.js')
.run({ formatter: JSpec.formatters.Server, verbose: true, failuresOnly: true })
.report()
}
</script>
</head>
<body class="jspec" onLoad="runSuites();">
</body>
</html>