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

remove predicate; changed in upstream

This commit is contained in:
Steven Parkes 2010-03-02 11:56:41 -08:00
parent 9cb214872f
commit 7635d98530

View file

@ -37,10 +37,6 @@ class Capybara::Driver::Base
def cleanup!
end
def obeys_absolute_xpath
false
end
def has_shortcircuit_timeout
false
end