Sha256: d9d2175fd154a3c11d9391c07656f6e7bc683b1924fb4b5606bdc623e82dd50f
Contents?: true
Size: 340 Bytes
Versions: 2
Compression:
Stored size: 340 Bytes
Contents
# coding: utf-8 CaseRunner.current :list_header_inheriting report = ThinReports::Report.new :layout => CaseRunner.layout_file 3.times do |t| report.list.header do |section| section.item(:header).value("Header##{t}") end ((t + 1) * 3).times do report.list.add_row end end report.generate_file CaseRunner.output_file
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thinreports-0.7.6 | test/case/list_header_inheriting/list_header_inheriting.rb |
thinreports-0.7.5 | test/case/list_header_inheriting/list_header_inheriting.rb |