summaryrefslogtreecommitdiff
path: root/.rspec
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2012-08-20 11:49:45 -0700
committerJeff McCune <jeff@puppetlabs.com>2012-08-20 11:49:45 -0700
commit88789e887c29046cf9059962eca0bfb06c9f1f91 (patch)
tree257daf0568c5d2a81e3763355c31e7ed9b52b5fc /.rspec
parenta033450ab32e8963d3124068b442bef636e25b5c (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.
Diffstat (limited to '.rspec')
-rw-r--r--.rspec4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rspec b/.rspec
new file mode 100644
index 0000000..7ab5f55
--- /dev/null
+++ b/.rspec
@@ -0,0 +1,4 @@
+--color
+--format
+progress
+--backtrace