swt2-intro-exercise / rails-exercise-19-leonschmidt99

rails-exercise-19-leonschmidt99 created by GitHub Classroom
MIT License
0 stars 0 forks source link

Paper should not validate without title #14

Closed swt2public closed 4 years ago

swt2public commented 4 years ago

Scenario

When creating a paper without title 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: nil, venue: "mind 49: 433-460", year: 1950, created_at: nil, updated_at: nil> not to be valid

23/44 exercise tests have passed