$ rails generate rspec:install
を実行した時次のエラーが表示された(Rails4.0.5)。
/home/kter/rails_projects/sample_app/config/environments/development.rb:1:in `': undefined method `configure' for # (NoMethodError)
config'environments'development.rbの一行目を次のように変更するとうまく行った。
SampleApp::Application.configure do
Source: New feed