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
This commit is contained in:
PriestJ
2008-02-15 12:18:09 +00:00
parent 6a3892d804
commit a2f19e13f6

View File

@@ -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'