Change default app environment from "selenium" to "test"
This commit is contained in:
parent
aa9049953d
commit
304baeb754
|
@ -1,3 +1,9 @@
|
||||||
|
== Git
|
||||||
|
|
||||||
|
* Minor enhancements
|
||||||
|
|
||||||
|
* Change default app environment from "selenium" to "test"
|
||||||
|
|
||||||
== 0.4.3 / 2009-03-17
|
== 0.4.3 / 2009-03-17
|
||||||
|
|
||||||
* Minor enhancements
|
* Minor enhancements
|
||||||
|
|
|
@ -61,7 +61,7 @@ module Webrat
|
||||||
def initialize # :nodoc:
|
def initialize # :nodoc:
|
||||||
self.open_error_files = true
|
self.open_error_files = true
|
||||||
self.parse_with_nokogiri = !Webrat.on_java?
|
self.parse_with_nokogiri = !Webrat.on_java?
|
||||||
self.application_environment = :selenium
|
self.application_environment = :test
|
||||||
self.application_port = 3001
|
self.application_port = 3001
|
||||||
self.application_address = 'localhost'
|
self.application_address = 'localhost'
|
||||||
self.application_framework = 'rails'
|
self.application_framework = 'rails'
|
||||||
|
|
Loading…
Reference in New Issue