Add rspec profiling and turn on warnings in specs

This commit is contained in:
Dan Kubb 2013-07-29 17:34:11 -07:00
parent f8c0623265
commit 4217336990

2
.rspec
View file

@ -1,3 +1,5 @@
--color
--format progress
--profile
--warnings
--order random