Skip to content

Commit

Permalink
Move shoulda.js checkout to tests/ folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
philc committed May 27, 2012
1 parent a6f5213 commit 7ff0e94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
@@ -1,3 +1,3 @@
[submodule "test_harnesses/shoulda.js"]
path = test_harnesses/shoulda.js
[submodule "tests/shoulda.js"]
path = tests/shoulda.js
url = git://github.com/philc/shoulda.js.git
2 changes: 1 addition & 1 deletion test_harnesses/automated.html
Expand Up @@ -33,7 +33,7 @@
<script type="text/javascript" src="../content_scripts/link_hints.js"></script>
<script type="text/javascript" src="../lib/clipboard.js"></script>
<script type="text/javascript" src="../content_scripts/vimium_frontend.js"></script>
<script type="text/javascript" src="shoulda.js/shoulda.js"></script>
<script type="text/javascript" src="../tests/shoulda.js/shoulda.js"></script>
<script type="text/javascript">
/*
* Dispatching keyboard events via the DOM would require async tests,
Expand Down
Submodule shoulda.js updated from 000000 to 136396

0 comments on commit 7ff0e94

Please sign in to comment.