diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-12 01:55:23 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-12 01:55:23 -0500 |
commit | c3bd806edc816ce176e507394250163aab9c7365 (patch) | |
tree | b5c17d63abd6ffaf609551009415021da686c6da /tests | |
parent | 74394f7f981fb299f38d8a2cb9f52079d383dd6e (diff) | |
download | horizon-c3bd806edc816ce176e507394250163aab9c7365.tar.gz horizon-c3bd806edc816ce176e507394250163aab9c7365.tar.bz2 horizon-c3bd806edc816ce176e507394250163aab9c7365.tar.xz horizon-c3bd806edc816ce176e507394250163aab9c7365.zip |
tests: Don't print performance info on tests
This is distracting and irrelevant at this point of development.
Diffstat (limited to 'tests')
-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 |