Skip to content

Commit

Permalink
Setup deprecated writers for the selenium_environment= and selenium_p…
Browse files Browse the repository at this point in the history
…ort= config methods
  • Loading branch information
brynary committed Jan 20, 2009
1 parent 9a2302e commit e53c64f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/webrat/core/configuration.rb
Expand Up @@ -32,10 +32,12 @@ class Configuration
# Which rails environment should the selenium tests be run in? Defaults to selenium.
attr_accessor :application_environment
webrat_deprecate :selenium_environment, :application_environment
webrat_deprecate :selenium_environment=, :application_environment=

# Which port is the application running on for selenium testing? Defaults to 3001.
attr_accessor :application_port
webrat_deprecate :selenium_port, :application_port
webrat_deprecate :selenium_port=, :application_port=

# Which server the application is running on for selenium testing? Defaults to localhost
attr_accessor :application_address
Expand Down

0 comments on commit e53c64f

Please sign in to comment.