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
+1
View File
@@ -1,2 +1,3 @@
--color
--format Fivemat
--require spec_helper