From 0fa16d15b0186d272ba87b213918cfbea1718078 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Wed, 7 Mar 2012 16:20:25 +0100 Subject: [PATCH] only listen locally for integration test --- test/integration_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration_test.rb b/test/integration_test.rb index 81e71736..0ac24823 100644 --- a/test/integration_test.rb +++ b/test/integration_test.rb @@ -21,7 +21,7 @@ class IntegrationTest < Test::Unit::TestCase cmd << File.expand_path(file, dir).inspect end cmd << "-I" << File.expand_path('../../lib', __FILE__).inspect - cmd << app_file.inspect << '-p' << port << '2>&1' + cmd << app_file.inspect << '-o' << '127.0.0.1' << '-p' << port << '2>&1' cmd.join(" ") end