-
Notifications
You must be signed in to change notification settings - Fork 10
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
Rake task isn't being make available #4
Comments
What version of rails (or other framework) are you using? |
None |
Have you tried adding require "jasmine-phantom/tasks.rake" in your Rakefile? |
I am having the same issue. I tried to add the require above but that did not solve the issue. Here is the full trace:rake aborted! |
The task name provided by the gem is jasmine:phantom:ci. There isn't a jasmine:phantom task. Sorry for the lag in replying! |
Just for everyone's benefit, I'm using the Padrino framework and got 'jasmine-phantom' rake tasks to work by adding the following to my test.rake file. require 'jasmine-phantom'
load 'jasmine-phantom/tasks.rake' Hope this helps. |
Just ran into the same problem. It would be handy if this was in the readme :) |
Have same problem on Sinatra. |
I'm using Jasmine to test a purely JavaScript application.
Attempting
generates the error
The Rake task needs to be transferred to the Rakefile
The text was updated successfully, but these errors were encountered: