DEV Community

Discussion on: Elixir API and Elm SPA - Part 2

Collapse
 
aislanmaia profile image
Aislan Maia

I'm trying to execute the tests for session_controller but in my terminal is loggin out: undefined function create_user/1

I think this is because the statement setup["create_user"] in somehow is not found out by the test engine. How can I fix it?