Skip to content

Commit b3a5f26

Browse files
committed
Stop rspec from printing unnecessary example performance
1 parent fc14567 commit b3a5f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# Print the 10 slowest examples and example groups at the
8181
# end of the spec run, to help surface which specs are running
8282
# particularly slow.
83-
config.profile_examples = 10
83+
# config.profile_examples = 10
8484

8585
# Run specs in random order to surface order dependencies. If you find an
8686
# order dependency and want to debug it, you can fix the order by providing

0 commit comments

Comments
 (0)