Don't profile specs
This commit is contained in:
parent
15d9c92a77
commit
3af9bfd7c1
@ -41,7 +41,7 @@ RSpec.configure do |config|
|
|||||||
# Print the 10 slowest examples and example groups at the
|
# Print the 10 slowest examples and example groups at the
|
||||||
# end of the spec run, to help surface which specs are running
|
# end of the spec run, to help surface which specs are running
|
||||||
# particularly slow.
|
# particularly slow.
|
||||||
config.profile_examples = 5
|
config.profile_examples = 0
|
||||||
|
|
||||||
# Run specs in random order to surface order dependencies. If you find an
|
# Run specs in random order to surface order dependencies. If you find an
|
||||||
# order dependency and want to debug it, you can fix the order by providing
|
# order dependency and want to debug it, you can fix the order by providing
|
||||||
|
Loading…
Reference in New Issue
Block a user