From c3bd806edc816ce176e507394250163aab9c7365 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 12 Oct 2019 01:55:23 -0500 Subject: tests: Don't print performance info on tests This is distracting and irrelevant at this point of development. --- tests/spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3-60-g2f50