Remove --profile flag from rspec

Rationale:
* Console output lines are limited
* The more "valuable" information I see at once (without scrolling) the faster I'am
* I'm normally not in "tuning" mode.
* Can always add it when I need to tune. (But in this cases I'll profile
  most likely)
This commit is contained in:
Markus Schirp 2013-09-02 20:35:17 +02:00
parent 628a6c44e2
commit a432421005

1
.rspec
View file

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