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:
parent
0c2129973c
commit
7b187b5776
@ -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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user