class Capybara::RackTest::Node

def deselect_options

def deselect_options
  select_node.find_xpath('.//option[@selected]').each { |node| node.native.remove_attribute('selected') }
end