update version of selenium used to test locally

pull/1/head
Raymond Yee 2015-03-18 11:57:28 -07:00
parent 9d2b343c74
commit ee7f366e7d
1 changed files with 1 additions and 1 deletions

2
fabfile.py vendored
View File

@ -95,7 +95,7 @@ def email_addresses():
def selenium():
"""setting up selenium to run in the background on RY's laptop"""
with cd('/Users/raymondyee/D/Document/Gluejar/Gluejar.github/regluit'):
local("java -jar test/selenium-server-standalone-2.43.1.jar > selenium-rc.log 2>&1 &")
local("java -jar test/selenium-server-standalone-2.45.jar > selenium-rc.log 2>&1 &")
def test():
"""run regluit tests locally"""