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

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

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