diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2012-08-20 11:49:45 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2012-08-20 11:49:45 -0700 |
commit | 88789e887c29046cf9059962eca0bfb06c9f1f91 (patch) | |
tree | 257daf0568c5d2a81e3763355c31e7ed9b52b5fc | |
parent | a033450ab32e8963d3124068b442bef636e25b5c (diff) |
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.
-rw-r--r-- | .rspec | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +--color +--format +progress +--backtrace |