Skip to content

Commit

Permalink
Stop rspec from printing unnecessary example performance
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Apr 18, 2024
1 parent fc14567 commit b3a5f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# 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 = 10

# 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
Expand Down

0 comments on commit b3a5f26

Please sign in to comment.