From 71197e1c890d320126722116e2df2dfee1aaf5dd Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Thu, 30 Apr 2015 18:29:29 +0200 Subject: [PATCH] remove last use of routing_diff --- features/step_definitions/matching.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/step_definitions/matching.rb b/features/step_definitions/matching.rb index 3f3181f64..e9b723460 100644 --- a/features/step_definitions/matching.rb +++ b/features/step_definitions/matching.rb @@ -91,6 +91,6 @@ When /^I match I should get$/ do |table| actual << got end end - table.routing_diff! actual + table.diff! actual end