1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

remove dead code (method is redefined further down)

This commit is contained in:
Jon Leighton 2012-02-29 11:51:27 +00:00
parent 806a204697
commit 8bd4a625d1

View file

@ -87,10 +87,6 @@ module Capybara::Poltergeist
command 'pop_frame' command 'pop_frame'
end end
def reset
visit('about:blank')
end
def click(id) def click(id)
command 'click', id command 'click', id
end end