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:
parent
5b1d1f0695
commit
3b5b13c172
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ RSpec.configure do |config|
|
||||||
config.default_formatter = "doc"
|
config.default_formatter = "doc"
|
||||||
end
|
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
|
# end of the spec run, to help surface which specs are running
|
||||||
# particularly slow.
|
# particularly slow.
|
||||||
config.profile_examples = 10
|
config.profile_examples = 2
|
||||||
|
|
||||||
# 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 a new issue