ReferenceError: Can't find variable: jQuery #168
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I really like the idea of running jasmine specs without browser, especially when I need to run them on CI tool. So I'm trying to make it up and running but get error while running the specs
http://pastie.org/4790584
the funny thing is when I run specs with
rake jasmine:ci
or using jasmine server they pass successfully.Any ideas?
Thanks, Eugene
I have the similar problem. After upgrading jasmine-headless-webkit gem to
0.9.0.rc.2
it shows the error when I run tests in guardTests work fine from command line:
bundle exec jasmine-headless-webkit
. Tests worked both from command line and guard in previous version0.8.4
.jasmine.yml:
similar issue,
Jasmine from the browser thinks everything is ok, but
bundle exec rake jasmine-headless-webkit
shows the following:I use rails-jquery and put
assets/jquery
in myjasmine.yml
could it have to do something with the asset pipeline of rails 3.1+?