1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

(quality) remove console print

This commit is contained in:
Sylvain 2022-11-17 16:41:25 +01:00
parent 0c2129973c
commit 7b187b5776

View File

@ -100,8 +100,6 @@ class Exports::StatisticsExportTest < ActionDispatch::IntegrationTest
assert FileTest.exist?(e.file), 'XLSX file was not generated'
workbook = RubyXL::Parser.parse(e.file)
puts e.file
# test worksheets
StatisticIndex.where(table: true).includes(:statistic_fields, statistic_types: [:statistic_sub_types]).each do |index|
index.statistic_types.each do |type|