-As the controller, I expect to call a function 'user.create' with parameters 'name', 'email' & 'password', all strings.
-As the controller, I expect to call a function 'user.log_in' with parameters 'email' & 'password', all strings.
-As a controller, I expect to call a function 'init_view' to print the welcome screen.