Fewer slowest examples in RSpec, cuz these are fast and it's fine

I want to not turn it off entirely, so that if there's a nasty one it
becomes visible, but we don't need all that vertical space for this
small test suite rn!
This commit is contained in:
Emi Matchu 2024-10-21 16:47:51 -07:00
parent 5b1d1f0695
commit 3b5b13c172

View file

@ -59,10 +59,10 @@ RSpec.configure do |config|
config.default_formatter = "doc"
end
# Print the 10 slowest examples and example groups at the
# Print some of the slowest examples and example groups at the
# end of the spec run, to help surface which specs are running
# particularly slow.
config.profile_examples = 10
config.profile_examples = 2
# 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