Skip to content

Commit

Permalink
remove debug path from test template
Browse files Browse the repository at this point in the history
  • Loading branch information
smith authored and madrobby committed Nov 24, 2009
1 parent dd81b3a commit ccde98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/templates/default.erb
Expand Up @@ -7,7 +7,7 @@
<%= lib_files %>
<%= css_fixtures %>
<%= js_fixtures %>
<script src="assets/debug/s2.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/s2.js" type="text/javascript" charset="utf-8"></script>
<%= test_file %>
</head>
<body>
Expand All @@ -18,4 +18,4 @@
<%= html_fixtures %>

</body>
</html>
</html>

0 comments on commit ccde98f

Please sign in to comment.