module Capybara::RSpecMatchers::SpatialSugar

def right_of(el)

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