From 3a182629ca97fd70e5d44059b4fee7023d010f33 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Tue, 6 Feb 2018 01:16:02 +0100 Subject: [PATCH] Remove default profiling This makes tests run a tiny bit faster and cleans up the logs when running specs locally We can still configure rspec to run the profiler when we go into improving spec performance --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f083cc970..762a5444e 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -92,7 +92,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 # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing