hpi-swt2-exercise / rails-exercise-17-swteam

rails-exercise-17-swteam created by GitHub Classroom
MIT License
0 stars 1 forks source link

Author index page should render #13

Closed swt2public closed 6 years ago

swt2public commented 6 years ago

Scenario

When a user visits the authors index page Then the page should render

Hints

You should have a separate file for feature tests for the author index page.

Error

Got AbstractController::ActionNotFound: The action 'index' could not be found for AuthorsController

Estimated progress: 25% complete