-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't open ... guard-jasmine.coffee #78
Comments
What a strange error, I didn't see this before. It runs fine over here on phantomjs 1.6.1 and it was also running fine on the older versions. First make sure the Rails app with the Jasmine specs is running fine by simply open it in your browser at the shown URL Next try the plain CoffeeScript PhantomJS runner without any Ruby, by using the little helper guard-jasmine-debug binary. This should output a JSON spec result that is then further processed by the Ruby Guard plugin. Without a running Rails Jasmine test runner, the helper gives a nice error message
And it verifies that the script runs fine. |
Any update on this? |
Edit: My apologies, I downgraded to ubutnu 12.04 and I assumed that the phantomjs version would be the same as for 12.10 but it turns out that the phantomjs version is 1.4. Once I installed 1.6.0 everything worked as expected.http://localhost:8888/jasmine |
I guess this is a PhantomJS problem that gives a strange Can you please try it by using the current head in your
|
I've tested and guard-jasmine now works with phantomjs 1.4.0 |
Great! Thanks for the additional infos. I've release 1.8.2 that fixes the issue. |
Hi,
I am using ubuntu 12.10, phantomjs 1.6.0-5ubuntu1 and guard-jasmine 1.8.1 and when I try to start guard I get the following error:
After some research on the internet I also tried the following:
The file is definitely there and accessible:
Any ideas on what the problem might be?
The text was updated successfully, but these errors were encountered: