swt2-intro-exercise / rails-exercise-20-felixauringer

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

Author index page should link to edit author page #9

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/1/edit" but there were no matches

18/44 exercise tests have passed

felixauringer commented 3 years ago

Fixed in 83f3fcdb3b3deb8a7f17fdbfe4b634d7038fadac