From a2f19e13f68be9af68d148e8264366614408c443 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Fri, 15 Feb 2008 12:18:09 +0000 Subject: [PATCH] Added line of code so that the location of the integration test is added to ruby's search path so it can find all the test files git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3569 248e525c-4dfb-0310-94bc-949c084e9493 --- tests/webmipintegrationteststart.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/webmipintegrationteststart.rb b/tests/webmipintegrationteststart.rb index 22f3659..27f26b8 100644 --- a/tests/webmipintegrationteststart.rb +++ b/tests/webmipintegrationteststart.rb @@ -1,3 +1,6 @@ +#add the location of this file to Ruby's search path +#so that we can find all our files +File.expand_path(File.dirname(__FILE__) #requires require 'watir'