]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Add .rspec file to repo root
authorJeff McCune <jeff@puppetlabs.com>
Mon, 20 Aug 2012 18:49:45 +0000 (11:49 -0700)
committerJeff McCune <jeff@puppetlabs.com>
Mon, 20 Aug 2012 18:49:45 +0000 (11:49 -0700)
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.

.rspec [new file with mode: 0644]

diff --git a/.rspec b/.rspec
new file mode 100644 (file)
index 0000000..7ab5f55
--- /dev/null
+++ b/.rspec
@@ -0,0 +1,4 @@
+--color
+--format
+progress
+--backtrace