You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to follow the code on p.140 of Programming Phoenix book
and there's a test that checks that the page has been redirected to a given url.
but when we attempt to run the tests we see:
Looks like a typo on that test: assert redirected_to(conn) = video_path(conn, :index) should be: assert redirected_to(conn) == video_path(conn, :index)
trying to follow the code on p.140 of Programming Phoenix book
and there's a test that checks that the page has been redirected to a given url.
but when we attempt to run the tests we see:
Full output:
The text was updated successfully, but these errors were encountered: