File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
app/models/work_package/pdf_export
spec/models/work_packages/pdf_export Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ def without_columns?
83
83
end
84
84
85
85
def export!
86
- puts "FOOBAR query: #{ query . inspect } "
87
86
file = render_work_packages query . results . work_packages
88
87
success ( file )
89
88
rescue Prawn ::Errors ::CannotFit
Original file line number Diff line number Diff line change @@ -269,16 +269,13 @@ def pdf_eq_ignore_spacing(strings)
269
269
end
270
270
271
271
it "contains correct data" do
272
- puts "FOOOOOOO -----------------------------------------------------------------------------------"
273
- # pp project.work_packages.map { [it.subject, it.status.name] }
274
272
puts "Query:"
275
273
pp query
276
274
puts "Query Filters:"
277
275
pp query . filters
278
276
puts "Query results all_group_sums:"
279
277
pp query . results . all_group_sums
280
278
show
281
- puts "FOOOOOOO -----------------------------------------------------------------------------------"
282
279
283
280
# FIXME: use correct expectations and fix spec once the query seems to work
284
281
expect ( true ) . to eq ( false )
You can’t perform that action at this time.
0 commit comments