Enable and display test-prof report at the end of a test run (#13765)
This commit is contained in:
parent
5b8b651b67
commit
c654157f58
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue