swt2-intro-exercise / rails-exercise-20-konradh

rails-exercise-20-konradh created by GitHub Classroom
MIT License
0 stars 0 forks source link

Paper should not validate with non-integer year #14

Closed swt2public closed 3 years ago

swt2public commented 3 years ago

Scenario

When creating a paper with year 'nineteen-fifty' Then validation should fail

Hints

Papers should not be valid without having all attributes (title, venue and year) set. Year should be a numeric value.

Validation reference

Error

Expected #<paper id: nil, title: "computing machinery and intelligence", venue: "mind 49: 433-460", year: 0, created_at: nil, updated_at: nil> not to be valid

28/44 exercise tests have passed