lib/cuker/helpers/formatters/jira_mono_model.rb in cuker-0.4.5 vs lib/cuker/helpers/formatters/jira_mono_model.rb in cuker-0.4.9

- old
+ new

@@ -38,10 +38,10 @@ def in_step_args arg if arg[:type] == :DataTable res = [] arg[:rows].each_with_index do |row, i| sep = i == 0 ? '||' : '|' - res << surround(row[:cells].map {|hsh| jira_monospace(hsh[:value])}, sep) + res << surround(row[:cells].map {|hsh| jira_monospace(jira_blank_pad hsh[:value])}, sep) end return res elsif arg[:type] == :DocString # todo: handle if needed @log.warn "Docstrings found in '#{arg}' found in file @ #{@file_path}" \ No newline at end of file