make it so
This commit is contained in:
commit
1c14844317
45 changed files with 2592 additions and 0 deletions
8
test/wild_web/controllers/page_controller_test.exs
Normal file
8
test/wild_web/controllers/page_controller_test.exs
Normal file
|
@ -0,0 +1,8 @@
|
|||
defmodule WildWeb.PageControllerTest do
|
||||
use WildWeb.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