jasmine / jasmine-gem

Jasmine ruby gem
682 stars 274 forks source link

rails g commands #270

Closed lauravachon closed 8 years ago

lauravachon commented 8 years ago

I am not sure if I am missing a plugin or something, but the commands that start "rails g" are not working for me. My rails does not seem to have a "g" option available.

$ rails g jasmine:install Usage: rails new APP_PATH [options]

slackersoft commented 8 years ago

Looks like the g alias for generate isn't available for you. I've updated the README to spell it out since we shouldn't be relying on that.

Thanks for using Jasmine!