lib/tuev/tuev.rb in tuev-0.4.1 vs lib/tuev/tuev.rb in tuev-0.4.2
- old
+ new
@@ -25,10 +25,10 @@
memo << TestSuite.new(test_suite_conf)
end
end
def self.test_out
- config["tests_out"] || "/tmp" #File.expand_path(File.join(Tuev.cwd, "tests", "tuev", "test_files"))
+ config["tests_out"] || "/tmp"
end
def self.selenium_conf
@selenium_conf ||= {
:host => config["selenium"]["host"],