Rspec is attached, but generator not active
Hi!
My gemfile:
group :development do
gem 'rspec-rails'
end
group :test do
gem 'rspec'
gem 'webrat'
end
I attached all gems in the Settings/Ruby SDK and Gems, reloaded the generator list, but rspec:install doesn't showed. If I used rails g rspec:install, the spec folder created, but Rubymine doesnt use this (if I create a controller, rspec does not generate test files).

Please sign in to leave a comment.
Please try to reload generators list - RubyMine | Tools | Rake Tasks | Reload Rake Tasks
no change
lol, if I use the default Ruby SDK, not the global it's works!
Please invoke "./script/rails g -h" in console in you project root dir and attach command output here. Also please attach RubyMine idea.log as described - http://devnet.jetbrains.net/docs/DOC-1153