tests courtesy of Claude

This commit is contained in:
Gavin McDonald
2025-10-13 08:24:31 -04:00
parent 96c01487f4
commit 070abb6b2e
7 changed files with 1019 additions and 4 deletions

View File

@@ -3,6 +3,6 @@ defmodule LabelmakerWeb.PageControllerTest do
test "GET /", %{conn: conn} do
conn = get(conn, ~p"/")
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
assert html_response(conn, 200) =~ "Labelmaker"
end
end