initial commit
This commit is contained in:
parent
d91e8e7dcd
commit
836e828371
53 changed files with 2142 additions and 0 deletions
8
test/demo_web/controllers/page_controller_test.exs
Normal file
8
test/demo_web/controllers/page_controller_test.exs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
defmodule DemoWeb.PageControllerTest do
|
||||
use DemoWeb.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