class Cucumber::Ast::OutlineTable::ExampleRow::InvalidForHeaderRowError

Public Class Methods

new(*args) click to toggle source
# File lib/cucumber/ast/outline_table.rb, line 74
def initialize(*args)
  super 'This is a header row and cannot pass or fail'
end