Ruby + gem + rspec + rspec-rails の限り、RubyMine をインストールしました。
http://rspec.info/にあるミニチュートリアルを実行しようとしていますが、問題が発生しています。
まず、表示されているものを変更する必要がありました
require 'bowling'
に
require_relative 'bowling'
私が得ていたように
`require': no such file to load -- bowling.
今、これを行った後でも、
`<top (required)>': undefined method `describe' for main:Object (NoMethodError)
RubyMineでrspecを機能させるには?