Remove RSpec -- profile option

* This option adds a lot of noise to test output
* Extra noise often means scrolling
* The profile includes red, which makes me think tests fail
* Profiling isn't useful when running one or a few tests
* I'm usually not in the mindset of profile tests, so I ignore it
This commit is contained in:
Joe Ferris 2014-04-09 13:50:31 -04:00
parent f3a3db2bd9
commit 763b90d436

1
rspec
View file

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