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

@@ -162,6 +162,8 @@ group :test do
gem 'database_cleaner'
# mock http calls
gem 'webmock'
# test profiling
gem 'test-prof'
end
group :development, :test do