Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael <raphael@joindiaspora.com>2010-08-20 03:43:56 +0400
committerRaphael <raphael@joindiaspora.com>2010-08-20 03:43:56 +0400
commit170ef67181446c7be95813420aec261c36fc8ec5 (patch)
tree6947c8cd266651414de52c4b9203e0c5040eba7c /config/selenium.yml
parent6f20d07cf48803edc289bbb395ff17cdba4059f6 (diff)
set browser in selenium.yml for linux
Diffstat (limited to 'config/selenium.yml')
-rw-r--r--config/selenium.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/selenium.yml b/config/selenium.yml
index 32bbc92fd..83ab2917f 100644
--- a/config/selenium.yml
+++ b/config/selenium.yml
@@ -7,7 +7,7 @@ local: &local
test_framework: webrat
selenium_server_address: "127.0.0.1"
selenium_server_port: "4444"
- selenium_browser_key: "*chrome /Applications/Firefox.app/Contents/MacOS/firefox-bin"
+ selenium_browser_key: "*chrome /usr/bin/firefox"
application_address: "127.0.0.1"
application_port: "4000"