Method: Res::Formatters::RubyCucumber2#after_outline_table

Defined in:
lib/res/formatters/ruby_cucumber2.rb

#after_outline_table(outline_table) ⇒ Object



206
207
208
209
210
211
# File 'lib/res/formatters/ruby_cucumber2.rb', line 206

def after_outline_table(outline_table)
  headings = @_table.shift
  description = @_outlines.collect{ |o| o[:name] }.join("\n") + "\n" + headings[:name]
  @_feature_element[:children] = @_table
  @_feature_element[:description] = description
end