hpi-swt2-exercise / rails-exercise-17-swteam

rails-exercise-17-swteam created by GitHub Classroom
MIT License
0 stars 1 forks source link

Paper should not validate without venue #27

Closed swt2public closed 6 years ago

swt2public commented 6 years ago

Scenario

When creating a paper without venue Then validation should fail

Error

Expected #<paper id: nil, title: "computing machinery and intelligence", venue: nil, year: 1950, created_at: nil, updated_at: nil> not to be valid

Estimated progress: 70% complete