Sha256: 31c920946cedc7c209d49fad662e24c4cd25f8dd09c209b5bc6fadf023b59ea2

Contents?: true

Size: 702 Bytes

Versions: 8

Compression:

Stored size: 702 Bytes

Contents

<html>
	<head>
		<link type="text/css" rel="stylesheet" href="frameworks/jspec/jspec.css" />
		<script src="frameworks/jspec/jspec.js"></script>
		<script src="frameworks/jspec/jspec.xhr.js"></script>
		<script src="spec/spec.helper.js"></script>
		<script>
		    window.TESTING = true;
			function runSuites() {
				JSpec
				.exec('spec/spec.js')
				.run({ fixturePath: 'fixtures' })
				.report()
			}
		</script>
	</head>
	<body class="jspec" onLoad="runSuites();">
		<script src="<%= name %>.cjs"></script>
		<div id="jspec-top"><h2 id="jspec-title">JSpec <em><script>document.write(JSpec.version)</script></em></h2></div>
		<div id="jspec"></div>
		<div id="jspec-bottom"></div>
	</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
uki-1.1.4 templates/spec.html.erb
uki-1.1.3 templates/spec.html.erb
uki-1.1.2 templates/spec.html.erb
uki-1.1.1 templates/spec.html.erb
uki-1.1.0 templates/spec.html.erb
uki-1.0.2 templates/spec.html.erb
uki-1.0.1 templates/spec.html.erb
uki-1.0.0 templates/spec.html.erb