Programming Phoenix 1.4: Deprecated declaration (Page 172)

@redrapids

When running mix test test/rumbl_web/controllers/auth_test.exs the system responds with:

warning: Using Phoenix.ConnTest is deprecated, instead of:

    use Phoenix.ConnTest

do:

    import Plug.Conn
    import Phoenix.ConnTest

which implies this should be updated in the example code in the test/support/conn_case.ex file to avoid this warning.