first
This commit is contained in:
8
test/dinge_web/controllers/page_controller_test.exs
Normal file
8
test/dinge_web/controllers/page_controller_test.exs
Normal file
@ -0,0 +1,8 @@
|
||||
defmodule DingeWeb.PageControllerTest do
|
||||
use DingeWeb.ConnCase
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, ~p"/")
|
||||
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user