changed description for the application_port variable

This commit is contained in:
cornel.borcean 2009-01-12 12:21:24 -06:00
parent 33d2cdcc53
commit 8932544d46
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ module Webrat
# Which environment should the selenium tests be run in? Defaults to selenium.
attr_accessor :selenium_environment
# Which port should the selenium tests be run on? Defaults to 3001.
# Which port is the application running on for selenium testing? Defaults to 3001.
attr_accessor :application_port
def initialize # :nodoc: