class Cucumber::Formatter::NameBuilder
def examples_table_row(row)
def examples_table_row(row) @row_name = "| #{row.cells.map(&:value).join(' | ')} |" @name_suffix = " (outline example : #{@row_name})" end
def examples_table_row(row) @row_name = "| #{row.cells.map(&:value).join(' | ')} |" @name_suffix = " (outline example : #{@row_name})" end