Hash : 043fd38d Author : Thomas de Grivel Date : 2021-11-02T16:10:03
Download
1 2 3 4 5 6 7 8
defmodule KmxgitWeb.PageControllerTest do use KmxgitWeb.ConnCase test "GET /", %{conn: conn} do conn = get(conn, "/") assert html_response(conn, 200) =~ "Welcome to Phoenix!" end end