Skip to content

Commit 692e535

Browse files
committed
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.
1 parent 6a54f0a commit 692e535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
--color
22
--format Fivemat
3+
--require spec_helper

0 commit comments

Comments
 (0)