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.



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

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