Add rspec config file

* Colorize output
* Run tests in random order
* Profile 5 (default of 10 is too noisy)
This commit is contained in:
Joël Quenneville 2013-08-09 17:35:05 -04:00
parent b024bdcd3a
commit ee00ab0cbe

3
rspec Normal file
View file

@ -0,0 +1,3 @@
--colour
--order random
--profile 5