remove last use of routing_diff

This commit is contained in:
Emil Tin 2015-04-30 18:29:29 +02:00
parent e1a13f5ce8
commit 71197e1c89

View File

@ -91,6 +91,6 @@ When /^I match I should get$/ do |table|
actual << got
end
end
table.routing_diff! actual
table.diff! actual
end