elixir - In Phoenix ConnTest can you dispatch a conn without respecifying method and path -
phoenix.conntest includes function build_conn/3 (link).
this allows build conn object path method set. cannot see way dispatch phoenix application without respecifying method , path.
the dispatch/5 function in conntest requires conn method , path work. there equivalent of dispatch/5 use method , path set on conn object?
wiki
Comments
Post a Comment