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:
parent
f3a3db2bd9
commit
763b90d436
1 changed files with 0 additions and 1 deletions
1
rspec
1
rspec
|
@ -1,3 +1,2 @@
|
|||
--colour
|
||||
--order random
|
||||
--profile 5
|
||||
|
|
Loading…
Add table
Reference in a new issue