Skip to content

Commit 931a531

Browse files
alamelaJoshua Hoblitt
alamela
authored and
Joshua Hoblitt
committed
fixing specs
1 parent b9aa097 commit 931a531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/selenium_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'target' => "#{p[:install_root]}/log",
4747
})
4848
should contain_wget__fetch('selenium-server-standalone').with({
49-
'source' => "https://selenium.googlecode.com/files/selenium-server-standalone-#{p[:version]}.jar",
49+
'source' => "https://selenium-release.storage.googleapis.com/#{p[:version]}/selenium-server-standalone-#{p[:version]}.jar",
5050
'destination' => "#{p[:install_root]}/jars/selenium-server-standalone-#{p[:version]}.jar",
5151
'timeout' => p[:download_timeout],
5252
'execuser' => p[:user],

0 commit comments

Comments
 (0)