Removed unused base code for relative finds

This commit is contained in:
Jonas Nicklas 2010-02-27 19:26:38 +01:00
parent c1eed949b3
commit b8154a2f32
1 changed files with 0 additions and 9 deletions

View File

@ -56,14 +56,5 @@ module Capybara
def trigger(event)
raise NotSupportedByDriverError
end
private
def all_unfiltered(locator)
nodes = XPath.wrap(locator).scope(path).paths.map do |path|
driver.find(path)
end.flatten
end
end
end