expect(soft_validation_errors.find{|e|e.attribute==:field_12}.message).toeql("You told us this person is under 60 and retired. The minimum expected retirement age for females in England is 60.")
expect(soft_validation_errors.find{|e|e.attribute==:field_20}.message).toeql("You told us this person is under 60 and retired. The minimum expected retirement age for females in England is 60.")
expect(soft_validation_errors.find{|e|e.attribute==:field_35}.message).toeql("You told us this person is under 60 and retired. The minimum expected retirement age for females in England is 60.")
expect(soft_validation_errors.find{|e|e.attribute==:field_12}.message).toeql("You told us this person is aged 22 years and retired.")
expect(soft_validation_errors.find{|e|e.attribute==:field_35}.message).toeql("You told us this person is aged 22 years and retired.")
expect(soft_validation_errors.find{|e|e.attribute==:field_46}.message).toeql("You told us this person is under 60 and retired. The minimum expected retirement age for females in England is 60.")
expect(soft_validation_errors.find{|e|e.attribute==:field_47}.message).toeql("You told us this person is under 60 and retired. The minimum expected retirement age for females in England is 60.")
expect(soft_validation_errors.find{|e|e.attribute==:field_50}.message).toeql("You told us this person is under 60 and retired. The minimum expected retirement age for females in England is 60.")
expect(soft_validation_errors.find{|e|e.attribute==:field_46}.message).toeql("You told us this person is aged 22 years and retired.")
expect(soft_validation_errors.find{|e|e.attribute==:field_50}.message).toeql("You told us this person is aged 22 years and retired.")
expect(soft_validation_errors.find{|e|e.attribute==:field_7}.message).toeql("You told us this person is under 60 and retired. The minimum expected retirement age for females in England is 60.")
expect(soft_validation_errors.find{|e|e.attribute==:field_24}.message).toeql("You told us this person is under 60 and retired. The minimum expected retirement age for females in England is 60.")
expect(soft_validation_errors.find{|e|e.attribute==:field_13}.message).toeql("You told us this person is under 60 and retired. The minimum expected retirement age for females in England is 60.")
expect(soft_validation_errors.find{|e|e.attribute==:field_7}.message).toeql("You told us this person is aged 22 years and retired.")
expect(soft_validation_errors.find{|e|e.attribute==:field_24}.message).toeql("You told us this person is aged 22 years and retired.")