Skip to content

Commit

Permalink
Updated SpecRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
jylauril committed Jul 13, 2013
1 parent b1a3a37 commit 826019d
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions SpecRunner.html
Expand Up @@ -8,27 +8,29 @@



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

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

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

<script src="./spec/helpers/SpecHelper.js"></script>
<script src="components/jquery/jquery.js"></script>

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

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

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

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

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

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

<script src="./.grunt/grunt-contrib-jasmine/jasmine-helper.js"></script>
<script src=".grunt/grunt-contrib-jasmine/reporter.js"></script>

<script src=".grunt/grunt-contrib-jasmine/jasmine-helper.js"></script>


</head>
Expand Down

0 comments on commit 826019d

Please sign in to comment.