Switching to Safari until Snow Leopard + Firefox + Selenium is fixed

http://jira.openqa.org/browse/SRC-743
This commit is contained in:
Bryan Helmkamp 2009-11-13 21:23:27 -05:00
parent 7812f25741
commit 05af4dd2a0
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ require "webrat"
Webrat.configure do |config|
config.mode = ENV['WEBRAT_INTEGRATION_MODE'].to_sym
config.selenium_browser_key = '*safari'
end
ActionController::Base.class_eval do