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:
Jeff McCune 2012-08-20 11:49:45 -07:00
parent a033450ab3
commit 88789e887c

4
.rspec Normal file
View file

@ -0,0 +1,4 @@
--color
--format
progress
--backtrace