Passing the Third Test
Let’s implement the features needed to pass the third test.
We'll cover the following...
We need to do a few things to pass the third test.
Fixing the registration link
Let’s fix the link first by replacing the empty path with the registration path.
Press + to interact
<%= link_to "Registration", registration_path, id: "registration-link" %>
Note: You need to add the code above to the SPA.