1
0
Fork 0
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:
Akira Matsuda 2015-07-21 17:04:29 +09:00
parent dedd8711dc
commit e06e2ba7be

View file

@ -328,6 +328,7 @@ module Capybara
self.default_driver = nil
self.current_driver = nil
self.server_host = nil
module Driver; end
module RackTest; end