pyrite 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/pyrite.rb +1 -1
- metadata +2 -2
data/lib/pyrite.rb
CHANGED
|
@@ -16,7 +16,7 @@ module Pyrite
|
|
|
16
16
|
|
|
17
17
|
# The url on which the test server will be booted
|
|
18
18
|
mattr_accessor :sever_url
|
|
19
|
-
@@sever_url = ENV['SERVER_URL'] || 'http://
|
|
19
|
+
@@sever_url = ENV['SERVER_URL'] || 'http://0.0.0.0'
|
|
20
20
|
|
|
21
21
|
# The browser that selenium will drive
|
|
22
22
|
mattr_accessor :browser
|