Sha256: 09ca3197d5b2d9951fcaab9969345c83edd9ca21a72bca9d59bd04107d686701

Contents?: true

Size: 1.12 KB

Versions: 24

Compression:

Stored size: 1.12 KB

Contents

<html>
	<head>
		<link type="text/css" rel="stylesheet" href="../lib/jspec.css" />
		<script src="support/jquery.js"></script>
		<script src="../lib/jspec.js"></script>
		<script src="../lib/jspec.jquery.js"></script>
		<script src="../lib/jspec.xhr.js"></script>
		<script src="unit/helpers.js"></script>
		<script src="unit/spec.grammar-less.js"></script>
		<script>
			function runSuites() {
			  JSpec
        .exec('unit/spec.grammar.js')
        .exec('unit/spec.js')
        .exec('unit/spec.matchers.js')
        .exec('unit/spec.utils.js')
        .exec('unit/spec.fixtures.js')
        .exec('unit/spec.shared-behaviors.js')
        .exec('unit/spec.jquery.js')
        .exec('unit/spec.modules.js')
        .exec('unit/spec.xhr.js')
        .exec('unit/spec.jquery.xhr.js')
				.run({ failuresOnly: true, fixturePath: 'fixtures' })
				.report()
			}
		</script>
	</head>
	<body class="jspec" onLoad="runSuites();">
		<div id="jspec-top"><h2 id="jspec-title">JSpec <em><script>document.write(JSpec.version)</script></em></h2></div>
		<div id="jspec"><div class="loading"></div></div>
		<div id="jspec-bottom"></div>
	</body>
</html>

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
gentooboontoo-jspec-4.3.3 spec/dom.html
bootcamp-0.1.4 vendor/test_suites/jspec/spec/dom.html
bootcamp-0.1.0 vendor/test_suites/jspec/spec/dom.html
jspec-4.3.3 spec/dom.html
jspec-4.3.2 spec/dom.html
jspec-steventux-3.3.2.1 spec/dom.html
jspec-steventux-3.3.2 spec/dom.html
jspec-4.3.1 spec/dom.html
jspec-4.3.0 spec/dom.html
jspec-4.2.1 spec/dom.html
jspec-4.2.0 spec/dom.html
jspec-4.1.0 spec/dom.html
jspec-4.0.0 spec/dom.html
jspec-3.3.3 spec/dom.html
jspec-3.3.2 spec/dom.html
jspec-3.3.1 spec/dom.html
jspec-3.3.0 spec/dom.html
jspec-3.2.1 spec/dom.html
jspec-3.2.0 spec/dom.html
jspec-3.1.3 spec/dom.html