From 429eb316d01e19b4cc64ef959c131a75df3079d3 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Sat, 18 Feb 2012 14:41:15 +0100 Subject: [PATCH] update tests to use new query delimter ? instead of & --- features/support/route.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/route.rb b/features/support/route.rb index f74ecd6f2..a66818f60 100644 --- a/features/support/route.rb +++ b/features/support/route.rb @@ -1,7 +1,7 @@ require 'net/http' def request_route a,b - @query = "http://localhost:5000/viaroute&start=#{a}&dest=#{b}&output=json&geomformat=cmp" + @query = "http://localhost:5000/viaroute?start=#{a}&dest=#{b}&output=json&geomformat=cmp" #log @query uri = URI.parse @query Net::HTTP.get_response uri