-
Notifications
You must be signed in to change notification settings - Fork 5
/
spec.html
40 lines (32 loc) · 1.27 KB
/
spec.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Jasmine Spec Runner</title>
<link rel="stylesheet" type="text/css" href="lib/jasmine.css">
<!-- TODO uncomment once there's good reporters for Coffeescript
<script type="text/javascript" src="tools/coffee-script.js"></script>
-->
<script type="text/javascript" src="lib/jasmine.js"></script>
<script type="text/javascript" src="lib/jasmine-html.js"></script>
<script type="text/javascript" src="lib/boot.js"></script>
<!-- TODO uncomment once there's good reporters for Coffeescript
<script type="text/javascript">
// bootOnload is executed after all coffeescript has been
// compiled, which happens after everything has loaded
var bootOnload = window.onload;
window.onload = null;
</script>
<script type="text/coffeescript" src="lib/agentbase.coffee"></script>
<script type="text/coffeescript" src="lib/spec.coffee"></script>
<script type="text/coffeescript">
bootOnload()
</script>
-->
<script type="text/javascript" src="lib/agentbase.js"></script>
<script type="text/javascript" src="lib/spec.js"></script>
</head>
<body>
</body>
</html>