Exception: Cucumber::Ast::OutlineTable::ExampleRow::InvalidForHeaderRowError

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/cucumber/ast/outline_table.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ InvalidForHeaderRowError

Returns a new instance of InvalidForHeaderRowError.



74
75
76
# File 'lib/cucumber/ast/outline_table.rb', line 74

def initialize(*args)
  super 'This is a header row and cannot pass or fail'
end