Add generated starter app
This commit is contained in:
parent
29425fee80
commit
f2eeb95960
45 changed files with 2571 additions and 0 deletions
8
test/mv_web/controllers/page_controller_test.exs
Normal file
8
test/mv_web/controllers/page_controller_test.exs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
defmodule MvWeb.PageControllerTest do
|
||||
use MvWeb.ConnCase
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, ~p"/")
|
||||
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue