Skip to content

Commit

Permalink
Add modern --require to .rspec
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
limhoff-r7 committed Oct 8, 2014
1 parent 6a54f0a commit 692e535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--color
--format Fivemat
--require spec_helper

0 comments on commit 692e535

Please sign in to comment.