Rails generator error rspec [not found] -


i using rails 4.1.1

when execute command rails g generator my_generator

the generator runs ends error rspec [not found]

i have added rspec , rspec-rails gems gemfile.

what step missing working?

you not need add rspec gem files, rspec-rails.

after bundle install run rails generate rspec:install , should work fine.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -