From 07b959090aad1a1f725df92db922acca36715efa Mon Sep 17 00:00:00 2001 From: Justin Ko Date: Mon, 24 Oct 2011 11:38:23 -0600 Subject: [PATCH] Add .rspec options file with "--color" and "--default_path spec". "default_path" allows you to run just "rspec" instead of "rspec spec". --- .rspec | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .rspec diff --git a/.rspec b/.rspec new file mode 100644 index 0000000..53c8688 --- /dev/null +++ b/.rspec @@ -0,0 +1,2 @@ +--color +--default_path spec