Skip to content

Commit 24f4217

Browse files
committed
made it compatible with both the gem and running it straight from the browser
1 parent d0a8692 commit 24f4217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpecRunner.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<script type="text/javascript" src="js/Missile.js"></script>
1717

1818
<!-- include spec files here... -->
19-
<script type="text/javascript" src="spec/SpecHelper.js"></script>
19+
<script type="text/javascript" src="spec/helpers/SpecHelper.js"></script>
2020
<script type="text/javascript" src="spec/PointSpec.js"></script>
2121
<script type="text/javascript" src="spec/SquareSpec.js"></script>
2222
<script type="text/javascript" src="spec/PlateauSpec.js"></script>

0 commit comments

Comments
 (0)