Skip to content

Commit 826019d

Browse files
committed
Updated SpecRunner
1 parent b1a3a37 commit 826019d

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

SpecRunner.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,29 @@
88

99

1010

11-
<script src="./.grunt/grunt-contrib-jasmine/jasmine.js"></script>
11+
<script src=".grunt/grunt-contrib-jasmine/phantom-polyfill.js"></script>
1212

13-
<script src="./.grunt/grunt-contrib-jasmine/jasmine-html.js"></script>
13+
<script src=".grunt/grunt-contrib-jasmine/jasmine.js"></script>
1414

15-
<script src="./components/jquery/jquery.js"></script>
15+
<script src=".grunt/grunt-contrib-jasmine/jasmine-html.js"></script>
1616

17-
<script src="./spec/helpers/SpecHelper.js"></script>
17+
<script src="components/jquery/jquery.js"></script>
1818

19-
<script src="./spec/helpers/jasmine-matchers-1.3.0.js"></script>
19+
<script src="spec/helpers/SpecHelper.js"></script>
2020

21-
<script src="./components/jasmine-sinon/lib/sinon-1.0.0/sinon-1.0.0.js"></script>
21+
<script src="spec/helpers/jasmine-matchers-1.3.0.js"></script>
2222

23-
<script src="./components/jasmine-sinon/lib/jasmine-sinon.js"></script>
23+
<script src="components/jasmine-sinon/lib/sinon-1.0.0/sinon-1.0.0.js"></script>
2424

25-
<script src="./build/jquery.runner.js"></script>
25+
<script src="components/jasmine-sinon/lib/jasmine-sinon.js"></script>
2626

27-
<script src="./spec/tests/RunnerSpec.js"></script>
27+
<script src="build/jquery.runner-min.js"></script>
2828

29-
<script src="./.grunt/grunt-contrib-jasmine/reporter.js"></script>
29+
<script src="spec/tests/RunnerSpec.js"></script>
3030

31-
<script src="./.grunt/grunt-contrib-jasmine/jasmine-helper.js"></script>
31+
<script src=".grunt/grunt-contrib-jasmine/reporter.js"></script>
32+
33+
<script src=".grunt/grunt-contrib-jasmine/jasmine-helper.js"></script>
3234

3335

3436
</head>

0 commit comments

Comments
 (0)