mobilizon.chapril.org-mobil.../test/mobilizon_web/controllers/page_controller_test.exs
Thomas Citharel b54dae7e15 Move to GraphQL
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-11-06 10:30:27 +01:00

9 lines
179 B
Elixir

defmodule MobilizonWeb.PageControllerTest do
use MobilizonWeb.ConnCase
test "GET /", %{conn: conn} do
conn = get(conn, "/")
assert html_response(conn, 200)
end
end