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

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

Author index page should link to edit author page #10

Closed swt2public closed 3 years ago

swt2public commented 3 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

Hints

The table on the author overview page should include additional links to the edit form of each listed author. Adapt index_author_spec.rb and the author index view.

Error

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

18/44 exercise tests have passed