Skip to content

Commit

Permalink
fixing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
alamela authored and Joshua Hoblitt committed May 31, 2014
1 parent b9aa097 commit 931a531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/selenium_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'target' => "#{p[:install_root]}/log",
})
should contain_wget__fetch('selenium-server-standalone').with({
'source' => "https://selenium.googlecode.com/files/selenium-server-standalone-#{p[:version]}.jar",
'source' => "https://selenium-release.storage.googleapis.com/#{p[:version]}/selenium-server-standalone-#{p[:version]}.jar",
'destination' => "#{p[:install_root]}/jars/selenium-server-standalone-#{p[:version]}.jar",
'timeout' => p[:download_timeout],
'execuser' => p[:user],
Expand Down

0 comments on commit 931a531

Please sign in to comment.