Add page
This commit is contained in:
parent
f88c247a5c
commit
577e273a1b
5 changed files with 35 additions and 3 deletions
9
test/nulla_web/controllers/page_controller_test.exs
Normal file
9
test/nulla_web/controllers/page_controller_test.exs
Normal file
|
@ -0,0 +1,9 @@
|
|||
defmodule NullaWeb.PageControllerTest do
|
||||
use NullaWeb.ConnCase
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, ~p"/")
|
||||
|
||||
assert String.length(html_response(conn, 200)) > 0
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue