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:
parent
8bfb813857
commit
cb8543fbb5
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ module Capybara
|
|||
else
|
||||
@server = nil
|
||||
end
|
||||
@touched = false
|
||||
end
|
||||
|
||||
def driver
|
||||
|
|
Loading…
Add table
Reference in a new issue