"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
1 changed files with 1 additions and 0 deletions

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