Generate missing rspec spec_helper

2011-Apr-21

:

rails, rpsec, ruby

You plugged rspec in after you created your rails app. As a result you’ll be missing some files that rspec should of generated. One of which is spec_helper and some autotest files. Simply run…

rails g rspec:install

Done.

blog comments powered by Disqus