Thorfile in selenium-rc-2.2.0 vs Thorfile in selenium-rc-2.2.1
- old
+ new
@@ -6,10 +6,10 @@
fetch_jar
joe_build
end
def fetch_jar
- url = "http://selenium.googlecode.com/files/selenium-server-standalone-2.0a1.jar"
+ url = "http://selenium.googlecode.com/files/selenium-server-standalone-2.0a2.jar"
file = File.join("tmp", File.basename(url))
FileUtils.mkdir_p("tmp")
system "wget #{url} -O #{file}" unless File.exist?(file)