From b91876b877be5b65df85d3ecae528bc37f371f01 Mon Sep 17 00:00:00 2001 From: snusnu Date: Thu, 2 Dec 2010 17:33:37 +0100 Subject: [PATCH] Default to localhost:3000 for the testor-server --- tasks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.rb b/tasks.rb index e29971b..4c5fd2d 100644 --- a/tasks.rb +++ b/tasks.rb @@ -937,7 +937,7 @@ module DataMapper module CI - SERVICE_URL = ENV['TESTOR_SERVER'] || 'http://localhost:9292' + SERVICE_URL = ENV['TESTOR_SERVER'] || 'http://localhost:3000' class Client