fixes specs

This commit is contained in:
rgarcia
2016-07-19 16:20:45 +02:00
parent 3f6dc4ff5e
commit c42a041d3a

View File

@@ -25,7 +25,7 @@ describe Verification::Residence do
residence.postal_code = "13280"
residence.valid?
expect(residence.errors[:postal_code].size).to eq(1)
expect(residence.errors[:postal_code]).to include("In order to be verified, you must be registered in the municipality of Madrid.")
expect(residence.errors[:postal_code]).to include("In order to be verified, you must be registered.")
end
end