jasmine / jasmine-gem

Jasmine ruby gem
682 stars 274 forks source link

Don't know how to build task 'jasmine' #257

Closed babu4 closed 8 years ago

babu4 commented 8 years ago

A7543Q1D:/opt/usr/apps/cartcat/cart_app$ rake jasmine rake aborted! Don't know how to build task 'jasmine' /home/anand/.rvm/gems/ruby-1.9.3-p194@cart_app/bin/ruby_executable_hooks:15:in eval' /home/anand/.rvm/gems/ruby-1.9.3-p194@cart_app/bin/ruby_executable_hooks:15:in

'

slackersoft commented 8 years ago

It sounds like your environment isn't loading up the jasmine rake tasks. Can you answer a few questions for me to help debug the issue?

What version of the jasmine gem are you using?

Are you using rails?

If you're not using rails, make sure you've run the install step from the command line tool or properly required the jasmine rake task definition into your Rakefile

Thanks for using jasmine!

slackersoft commented 8 years ago

Closing this, since it sounds like the rake tasks are probably just not being loaded and we haven't heard anything else about this issue.