Fix performance of report builder spec (#6024)

This commit is contained in:
Jan Matuszewski
2023-01-17 04:57:50 +01:00
committed by GitHub
parent 032699930c
commit d46f96e45c
4 changed files with 16 additions and 7 deletions

View File

@@ -7,6 +7,10 @@ require 'rspec/rails'
require 'pundit/rspec'
require 'sidekiq/testing'
# test-prof helpers for tests optimization
require 'test_prof/recipes/rspec/before_all'
require 'test_prof/recipes/rspec/let_it_be'
# Add additional requires below this line. Rails is not loaded until this point!
# Requires supporting ruby files with custom matchers and macros, etc, in