Skip to content

Commit

Permalink
Turn rspec profile_example off
Browse files Browse the repository at this point in the history
It clutter the rspec output.
I believe making the output simpler improves the developer experience.
  • Loading branch information
fbuys committed Oct 19, 2021
1 parent d1267c4 commit 8dd851b
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 @@ -18,7 +18,7 @@
config.tty = true

# Display 10 slowest tests after a test run
config.profile_examples = true
config.profile_examples = false

# Use the specified formatter
# :documentation, :progress, :html, :json, CustomFormatterClass
Expand Down

0 comments on commit 8dd851b

Please sign in to comment.