Skip to content

Commit

Permalink
Fix test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Cobby committed Oct 10, 2012
1 parent c1da164 commit 8281fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
DATA.budgetAllowance = 100;
DATA.messages = <?php echo json_encode($app['config']['messages']); ?>;
DATA.states = <?php echo json_encode($app['config']['frontend']['states']); ?>;
var _gaq = _gaq || [];
</script>

<script type="text/javascript" src="/tests/lib/jasmine-1.2.0/jasmine.js"></script>
Expand Down

0 comments on commit 8281fbc

Please sign in to comment.