diff options
-rw-r--r-- | tests/spec/spec_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/spec_helper.rb b/tests/spec/spec_helper.rb index ab821ba..886ed85 100644 --- a/tests/spec/spec_helper.rb +++ b/tests/spec/spec_helper.rb @@ -42,7 +42,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 = 10 # Seed global randomization in this process using the `--seed` CLI option. # Setting this allows you to use `--seed` to deterministically reproduce |