How to test phoenix controller?

Mix 1.8.1 (compiled with Erlang/OTP 21)
Phoenix v1.3.4

I made an phoenix app (frontend) as the (View Controller) and separate another phoenix app that only has API (Model).

Any recommendation how to test a phoenix controller on rendering and redirections?