module Capybara::RSpecMatchers::SpatialSugar

def below(el)

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