upgrade to cucumber 2.0
This commit is contained in:
@@ -52,5 +52,5 @@ When /^I request a travel time matrix I should get$/ do |table|
|
||||
actual << r
|
||||
end
|
||||
end
|
||||
table.routing_diff! actual
|
||||
table.diff! actual
|
||||
end
|
||||
|
||||
@@ -39,7 +39,7 @@ When /^I request locate I should get$/ do |table|
|
||||
actual << got
|
||||
end
|
||||
end
|
||||
table.routing_diff! actual
|
||||
table.diff! actual
|
||||
end
|
||||
|
||||
When /^I request locate (\d+) times I should get$/ do |n,table|
|
||||
|
||||
@@ -39,7 +39,7 @@ When /^I request nearest I should get$/ do |table|
|
||||
actual << got
|
||||
end
|
||||
end
|
||||
table.routing_diff! actual
|
||||
table.diff! actual
|
||||
end
|
||||
|
||||
When /^I request nearest (\d+) times I should get$/ do |n,table|
|
||||
|
||||
@@ -74,5 +74,5 @@ Then /^routability should be$/ do |table|
|
||||
actual << output_row
|
||||
end
|
||||
end
|
||||
table.routing_diff! actual
|
||||
table.diff! actual
|
||||
end
|
||||
|
||||
@@ -140,7 +140,7 @@ When /^I route I should get$/ do |table|
|
||||
actual << got
|
||||
end
|
||||
end
|
||||
table.routing_diff! actual
|
||||
table.diff! actual
|
||||
end
|
||||
|
||||
When /^I route (\d+) times I should get$/ do |n,table|
|
||||
|
||||
Reference in New Issue
Block a user