silverstripe-framework/thirdparty/jquery-concrete/vendor/jspec/templates/rails/spec.server.html

16 lines
312 B
HTML
Raw Normal View History

<html>
<head>
<script src="jspec.js"></script>
<script src="../public/javascripts/application.js"></script>
<script>
function runSuites() {
JSpec
.exec('spec.application.js')
.run()
.reportToServer()
}
</script>
</head>
<body class="jspec" onLoad="runSuites();">
</body>
</html>