Setup deprecated writers for the selenium_environment= and selenium_port= config methods
This commit is contained in:
parent
9a2302e9af
commit
e53c64f763
|
@ -32,10 +32,12 @@ module Webrat
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue