Module: Cuporter::Formatter::TagReport::TextNodeWriter

Included in:
Csv, Text
Defined in:
lib/cuporter/formatter/tag_report/text_node_writer.rb

Instance Method Summary collapse

Instance Method Details

#writeObject



7
8
9
10
11
12
# File 'lib/cuporter/formatter/tag_report/text_node_writer.rb', line 7

def write
  @report.report_node.children.each do |tag_node|
    tag_node.number_all_descendants if @number_scenarios
    write_node(tag_node, 0)
  end
end