Start testing Mihainator.Extractor

This commit is contained in:
2024-10-23 22:42:31 +02:00
parent 278e151eef
commit 777c14dae0
2 changed files with 31 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
defmodule MihainatorWeb.PageControllerTest do
use MihainatorWeb.ConnCase
test "GET /", %{conn: conn} do
conn = get(conn, ~p"/")
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
end
end