From 88789e887c29046cf9059962eca0bfb06c9f1f91 Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Mon, 20 Aug 2012 11:49:45 -0700 Subject: 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. --- .rspec | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .rspec (limited to '.rspec') 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 -- cgit v1.2.3