in cucumber tests, always show failed rows right below expected ones

This commit is contained in:
Emil Tin
2012-02-18 14:49:02 +01:00
parent b897b5d0e2
commit 695fecddeb
2 changed files with 78 additions and 2 deletions
+2 -2
View File
@@ -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