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:
parent
628a6c44e2
commit
a432421005
1 changed files with 0 additions and 1 deletions
1
.rspec
1
.rspec
|
@ -1,5 +1,4 @@
|
|||
--color
|
||||
--format progress
|
||||
--profile
|
||||
--warnings
|
||||
--order random
|
||||
|
|
Loading…
Add table
Reference in a new issue