class Capybara::RackTest::Node

def attribute_is_not_blank?(attribute)

def attribute_is_not_blank?(attribute)
  self[attribute] && !self[attribute].empty?
end