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
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
18/44 exercise tests have passed