mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
suppress a warning:
lib/capybara.rb:192: warning: instance variable @default_driver not initialized
This commit is contained in:
parent
c6f093f542
commit
6dfb02184b
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ module Capybara
|
|||
end
|
||||
end
|
||||
|
||||
self.default_driver = nil
|
||||
autoload :DSL, 'capybara/dsl'
|
||||
autoload :Server, 'capybara/server'
|
||||
autoload :Session, 'capybara/session'
|
||||
|
|
Loading…
Reference in a new issue