Print 5 slowest examples

footer-fixes
Marcin Kulik 10 years ago
parent 96e30031b2
commit 59f73aad88

@ -39,7 +39,7 @@ RSpec.configure do |config|
# Print the 10 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 = 5
# 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

Loading…
Cancel
Save