it "is not valid without a date of birth" do
        residence = Verification::Residence.new("date_of_birth(3i)" => "",
                                                "date_of_birth(2i)" => "",
                                                "date_of_birth(1i)" => "")
        expect(residence).not_to be_valid