start fixing sorting of projects

This commit is contained in:
Reinier Balt 2010-10-20 09:00:04 +02:00
parent f284617513
commit 2c47b27a87
8 changed files with 33 additions and 18 deletions

View file

@ -6,12 +6,12 @@ if ENV["RAILS_ENV"] == "selenium"
config.application_environment = :selenium
# use only if you run a separate rails test server instance and do not
# want webrat to start one for you
# config.application_port = 3001
config.application_port = 3001
config.selenium_browser_startup_timeout = 30
# use only if you run a separate selenium server instance and do not
# want webrat to start one for you
# config.selenium_server_address = "localhost"
config.selenium_server_address = "localhost"
# config.selenium_server_port = "4444"
end