swt2-intro-exercise / rails-exercise-18-Kenneth-Schroeder

rails-exercise-18-Kenneth-Schroeder created by GitHub Classroom
MIT License
1 stars 0 forks source link

Paper index page should allow to filter by year #20

Open swt2public opened 5 years ago

swt2public commented 5 years ago

Scenario

Given a paper published in 1950 And a paper published in 1968 When users visit the papers index page with url parameter year=1950 Then it should not show the paper published in 1968

Hints

You can use scopes to implement this behavior.

Error

Expected not to find text "go to statement considered harmful" in "papers\ntitle venue year computing machinery and intelligence mind 49: 433-460 1950 show edit destroy go to statement considered harmful communications of the acm 1968 show edit destroy\nnew paper"

Estimated progress: 97% complete