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'