in cucumber tests, always show failed rows right below expected ones
This commit is contained in:
@@ -178,7 +178,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|
|
||||
@@ -217,5 +217,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