Skip to content

Commit

Permalink
How do I put jasmine-jquery into my existing skeleton?
Browse files Browse the repository at this point in the history
See commit for how I did it.  Also, in order to run jasmine-jquery in chrome, you need to launch chrome from the command line with the following flag:

/Applications/GoogleChrome.app/Contents/MacOS/GoogleChrome --allow-file-access-from-files SpecRunner.html
 [29978:2819:0211/221357:ERROR:process_singleton_mac.cc(103)] Unable to obtain profile lock.

You have to close Chrome entirely to do it, otherwise you will get a profile lock error.

velesin/jasmine-jquery#179
  • Loading branch information
tararoys committed Feb 24, 2014
1 parent b96c327 commit 1735e1a
Show file tree
Hide file tree
Showing 4 changed files with 688 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SpecRunner.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<link rel="stylesheet" type="text/css" href="racer.css">
<script type="text/javascript" src="lib/jasmine-1.3.1/jasmine.js"></script>
<script type="text/javascript" src="lib/jasmine-1.3.1/jasmine-html.js"></script>
<script type="text/javascript" src="lib/jasmine-jquery.js"></script>
<script type="text/javascript" src="lib/jquery-1.11.0.min.js"></script>


<!-- include source files here... -->
<script type="text/javascript" src="src/Player.js"></script>
Expand Down
Loading

0 comments on commit 1735e1a

Please sign in to comment.