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

Author index page should link to edit author page #12

Open swt2public opened 5 years ago

swt2public commented 5 years ago

Scenario

Given an author named 'Alan Turing' When users visit the authors index page Then it should have a link to the individual author's edit page

Error

Expected to find link nil with href "/authors/1/edit" but there were no matches

Estimated progress: 53% complete