Skip to content

Commit 88789e8

Browse files
author
Jeff McCune
committed
Add .rspec file to repo root
Without this patch we don't get an opinionated rspec behavior. This patch makes the behavior of `rake test` and `rspec spec/` opinionated by including some default options.
1 parent a033450 commit 88789e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--color
2+
--format
3+
progress
4+
--backtrace

0 commit comments

Comments
 (0)