module Capybara::RSpecMatchers::SpatialSugar

def left_of(el)

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