tpope / vim-rails

rails.vim: Ruby on Rails power tools
http://www.vim.org/scripts/script.php?script_id=1567
4.11k stars 384 forks source link

Change spec default template to require rails_helper instead of spec_helper #476

Closed nickrobinson closed 7 years ago

nickrobinson commented 7 years ago

As of Rspec 3 both rails_helper and spec_helper get generated. For most rails specs a user should be requiring rails_helper by default as opposed to spec_helper.