I'm n00b at rails so I may be missing something that is completely obvious :)
I just installed the guard-rspec gem with bundle install but I need to initialize it in RubyMine.
i.e.
bundle exec guard init rspec
For the life of me I can't figure out how to do this with out opening a command prompt (which I know how to do) which defeats part of the reason to use RubyMine.
Thanks!