update jasmine runner to take focus spec

This commit is contained in:
Rajan Agaskar & Ryan Dy
2009-10-14 10:28:23 -07:00
parent a907301dcb
commit beddbaf5c7
2 changed files with 56 additions and 15 deletions

View File

@@ -11,6 +11,10 @@
<script src="<%= jasmine_file %>" type="text/javascript"></script>
<% end %>
<% spec_helpers.each do |spec_helper| %>
<script src="<%= spec_helper %>" type="text/javascript"></script>
<% end %>
<script type="text/javascript">
var jsApiReporter;
(function() {