Skip to content

Commit

Permalink
Using npm jasmine
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Aug 7, 2013
1 parent 0b15625 commit 85a4650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="shortcut icon" type="image/png" href="spec/lib/jasmine-1.3.1/jasmine_favicon.png">
<link rel="stylesheet" type="text/css" href="spec/lib/jasmine-1.3.1/jasmine.css">
<script type="text/javascript" src="node_modules/jasmine-node/lib/jasmine-node/jasmine-1.3.1.js"></script>
<script type="text/javascript" src="spec/lib/jasmine-1.3.1/jasmine-html.js"></script>


<!-- include source files here... -->
<script type="text/javascript" src="https://raw.github.com/documentcloud/underscore/master/underscore-min.js"></script>
Expand All @@ -20,7 +20,7 @@
<script type="text/javascript" src="vendor/friebyrd.js"></script>

<!-- include spec files here... -->
<script type="text/javascript" src="spec/friebyrd.spec.js"></script>
<script type="text/javascript" src="vendor/friebyrd.spec.js"></script>

<script type="text/javascript">
(function() {
Expand Down

0 comments on commit 85a4650

Please sign in to comment.