global

def be_boolean

def be_boolean
  satisfy { |x| x == true || x == false  }
end