1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Suppress a warning: instance variable @touched not initialized

lib/capybara/session.rb:74: warning: instance variable @touched not initialized
This commit is contained in:
Kouhei Sutou 2012-12-02 15:30:29 +09:00
parent 8bfb813857
commit cb8543fbb5

View file

@ -54,6 +54,7 @@ module Capybara
else
@server = nil
end
@touched = false
end
def driver