From c654157f58be3ff663c37b427e95e2a11aec1166 Mon Sep 17 00:00:00 2001 From: rhymes Date: Fri, 14 May 2021 17:45:23 +0200 Subject: [PATCH] Enable and display test-prof report at the end of a test run (#13765) --- spec/rails_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 6d9f2f41b..5bd23006d 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -13,9 +13,10 @@ abort("The Rails environment is running in production mode!") if Rails.env.produ require "fakeredis/rspec" require "pundit/matchers" require "pundit/rspec" -require "webmock/rspec" require "sidekiq/testing" +require "test_prof/factory_prof/nate_heckler" require "validate_url/rspec_matcher" +require "webmock/rspec" # Requires supporting ruby files with custom matchers and macros, etc, in # spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are