mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
start fixing sorting of projects
This commit is contained in:
parent
f284617513
commit
2c47b27a87
8 changed files with 33 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue