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:
Project OSRM
2012-02-18 10:22:14 -08:00
2 changed files with 78 additions and 2 deletions
+2 -2
View File
@@ -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