mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
"warning: instance variable @server_host not initialized"
This commit is contained in:
parent
dedd8711dc
commit
e06e2ba7be
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ module Capybara
|
|||
|
||||
self.default_driver = nil
|
||||
self.current_driver = nil
|
||||
self.server_host = nil
|
||||
|
||||
module Driver; end
|
||||
module RackTest; end
|
||||
|
|
Loading…
Reference in a new issue