Exception: Cucumber::MultilineArgument::DataTable::Different

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cucumber/multiline_argument/data_table.rb

Instance Method Summary collapse

Constructor Details

#initialize(table) ⇒ Different

Returns a new instance of Different.



29
30
31
# File 'lib/cucumber/multiline_argument/data_table.rb', line 29

def initialize(table)
  super("Tables were not identical:\n#{table}")
end