blonk is a radar for your web, where you follow vibes for cool blips on the radar
at main 8 lines 233 B view raw
1defmodule ElixirBlonkWeb.PageControllerTest do 2 use ElixirBlonkWeb.ConnCase 3 4 test "GET /", %{conn: conn} do 5 conn = get(conn, ~p"/") 6 assert html_response(conn, 200) =~ "Peace of mind from prototype to production" 7 end 8end