Change default app environment from "selenium" to "test"

This commit is contained in:
Bryan Helmkamp 2009-04-06 12:13:46 -04:00
parent aa9049953d
commit 304baeb754
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
== Git
* Minor enhancements
* Change default app environment from "selenium" to "test"
== 0.4.3 / 2009-03-17
* Minor enhancements

View File

@ -61,7 +61,7 @@ module Webrat
def initialize # :nodoc:
self.open_error_files = true
self.parse_with_nokogiri = !Webrat.on_java?
self.application_environment = :selenium
self.application_environment = :test
self.application_port = 3001
self.application_address = 'localhost'
self.application_framework = 'rails'