Skip to content

Commit

Permalink
Running with DOM / Server
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 15, 2009
1 parent a8856f9 commit 4761cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/spec.dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<link type="text/css" rel="stylesheet" href="/Library/Ruby/Gems/1.8/gems/visionmedia-jspec-2.11.1/lib/jspec.css" />
<script src="/Library/Ruby/Gems/1.8/gems/visionmedia-jspec-2.11.1/lib/jspec.js"></script>
<script src="../lib/yourlib.core.js"></script>
<script src="../lib/oo.js"></script>
<script>
function runSuites() {
JSpec
Expand Down
2 changes: 1 addition & 1 deletion spec/spec.server.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script src="/jspec/jspec.js"></script>
<script src="/lib/yourlib.core.js"></script>
<script src="/lib/oo.js"></script>
<script>
function runSuites() {
JSpec
Expand Down

0 comments on commit 4761cac

Please sign in to comment.