fbitipline/test/fbittipline_web/controllers/page_controller_test.exs
expand-sys 0839224e8d blah
2024-09-17 12:33:54 +10:00

8 lines
233 B
Elixir

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