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

Added disabled? to driver

This commit is contained in:
benlovell 2013-01-29 09:46:56 +00:00
parent 7ec047e208
commit d06587234e

View file

@ -57,6 +57,10 @@ module Capybara
raise NotImplementedError
end
def disabled?
raise NotImplementedError
end
def path
raise NotSupportedByDriverError
end