init
This commit is contained in:
commit
08c904ba12
57 changed files with 12621 additions and 0 deletions
8
ui/test/ui_web/controllers/page_controller_test.exs
Normal file
8
ui/test/ui_web/controllers/page_controller_test.exs
Normal file
|
@ -0,0 +1,8 @@
|
|||
defmodule UiWeb.PageControllerTest do
|
||||
use UiWeb.ConnCase
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, "/")
|
||||
assert html_response(conn, 200) =~ "Welcome to Phoenix!"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue