Ask for Help
“I get an error when trying to bundle w/ included git repository URLs”
Don’t try to change the yaml parser
*With the 1.2.rc1 Jasmine gem, if you explicitly set src_files to each file (.JS or .js.coffee), it works fine. When you include a glob to all JS files it also works.
e.g.
src_files:
- app/assets/**/*.js
However, when you set it to include coffee and js, the server hangs on requesting the page.
src_files:
- app/assets/**/*.js
- app/assets/**/*.js.coffee*
Possibly check out TestTrack, lets you embed Jasmine in your rails app