Skip to content

Conversation

@jwinky
Copy link

@jwinky jwinky commented May 25, 2011

Implements an application server adapter to allow selenium to run unicorn as the application server. Includes spec.

To use:

Webrat.configure do |config|
config.application_framework = :rails_unicorn
config.unicorn_conf_file = "/path/to/unicorn.rb" # optional
end

This change was motivated by:
(1) need to test ajax functionality with a server capable of processing more than 1 request simultaneously
(2) increasing issues using mongrel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant