mirror of
https://github.com/Expand-sys/fbitipline
synced 2025-12-16 13:12:13 +11:00
8 lines
233 B
Elixir
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
|