Skip to content

Commit 2ea1e3c

Browse files
committed
Use long flags in .rspec
Easier to understand.
1 parent 573cd31 commit 2ea1e3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.rspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-P '*/spec/**_spec.rb'
2-
-r bundler/setup
1+
--pattern '*/spec/**_spec.rb'
2+
--require bundler/setup
33
--default-path .
4-
--color

0 commit comments

Comments
 (0)