Add .rspec options file with "--color" and "--default_path spec". "default_path" allows you to run just "rspec" instead of "rspec spec".

This commit is contained in:
Justin Ko 2011-10-24 11:38:23 -06:00
parent f55962ddcb
commit 07b959090a
1 changed files with 2 additions and 0 deletions

2
.rspec Normal file
View File

@ -0,0 +1,2 @@
--color
--default_path spec