lib/qed/reporter/summary.rb in qed-1.1.0 vs lib/qed/reporter/summary.rb in qed-1.2
- old
+ new
@@ -12,12 +12,13 @@
def report_header(step)
io.puts ANSICode.bold("#{step}")
end
def report_comment(step)
- txt = step.to_s.tabto(2)
+ txt = step.to_s.strip.tabto(2)
txt[0,1] = "*"
io.puts txt
+ io.puts
end
def report_macro(step)
txt = step.to_s.tabto(2)
txt[0,1] = "*"