defmodule AmmopricesWeb.PageControllerTest do use AmmopricesWeb.ConnCase test "GET / redirects to HomeLive", %{conn: conn} do conn = get(conn, ~p"/") assert html_response(conn, 200) =~ "Ammo Price Tracker" end end