Sha256: 68fd898bd8f68a2000da7c0a306e130a2574cafb7980732d503648883a19febb

Contents?: true

Size: 483 Bytes

Versions: 59

Compression:

Stored size: 483 Bytes

Contents

<html>
	<head>
		<script src="/jspec/jspec.js"></script>
		<script src="/jspec/jspec.xhr.js"></script>
		<script src="/lib/yourlib.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

59 entries across 35 versions & 6 rubygems

Version Path
jspec-4.3.2 templates/default/spec/server.html
jspec-steventux-3.3.2.1 templates/default/spec/server.html
jspec-steventux-3.3.2.1 templates/rails/server.html
jspec-steventux-3.3.2 templates/default/spec/server.html
jspec-steventux-3.3.2 templates/rails/server.html
jspec-4.3.1 templates/rails/server.html
jspec-4.3.1 templates/default/spec/server.html
jspec-4.3.0 templates/default/spec/server.html
jspec-4.3.0 templates/rails/server.html
jspec-4.2.1 templates/rails/server.html
jspec-4.2.1 templates/default/spec/server.html
jspec-4.2.0 templates/rails/server.html
jspec-4.2.0 templates/default/spec/server.html
jspec-4.1.0 templates/rails/server.html
jspec-4.1.0 templates/default/spec/server.html
jspec-4.0.0 templates/default/spec/server.html
jspec-4.0.0 templates/rails/server.html
jspec-3.3.3 templates/rails/server.html
jspec-3.3.3 templates/default/spec/server.html
jspec-3.3.2 templates/rails/server.html