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

Remove another unused error class

This commit is contained in:
Jonas Nicklas 2012-12-31 11:57:01 +01:00
parent eddf995f4a
commit 1580550b42

View file

@ -12,7 +12,6 @@ module Capybara
class FileNotFound < CapybaraError; end
class UnselectNotAllowed < CapybaraError; end
class NotSupportedByDriverError < CapybaraError; end
class LocateHiddenElementError < CapybaraError; end
class InfiniteRedirectError < CapybaraError; end
class << self