module Capybara::RSpecMatchers::SpatialSugar

def above(el)

def above(el)
  options[:above] = el
  self
end