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.
This commit is contained in:
parent
a033450ab3
commit
88789e887c
1 changed files with 4 additions and 0 deletions
4
.rspec
Normal file
4
.rspec
Normal file
|
@ -0,0 +1,4 @@
|
|||
--color
|
||||
--format
|
||||
progress
|
||||
--backtrace
|
Loading…
Reference in a new issue