Add modern --require to .rspec

MSP-11466

Modern rspec --init adds `--require spec_helper` to .rspec so that you
don't need to `require 'spec_helper` in all your specs.
This commit is contained in:
Luke Imhoff 2014-10-08 10:55:40 -05:00
parent 6a54f0ac4c
commit 692e53501e
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 1 additions and 0 deletions

1
.rspec
View File

@ -1,2 +1,3 @@
--color
--format Fivemat
--require spec_helper