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
Post a Comment