Merge pull request #125 from emiltin/cuke_row_order
in cucumber tests, always show failed rows right below expected ones
This commit is contained in:
@@ -183,7 +183,7 @@ Then /^routability should be$/ do |table|
|
||||
actual << got
|
||||
end
|
||||
end
|
||||
table.diff! actual
|
||||
table.routing_diff! actual
|
||||
end
|
||||
|
||||
When /^I route I should get$/ do |table|
|
||||
@@ -225,5 +225,5 @@ When /^I route I should get$/ do |table|
|
||||
actual << got
|
||||
end
|
||||
end
|
||||
table.diff! actual
|
||||
table.routing_diff! actual
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user