X-Git-Url: https://pwan.org/git/?p=tech-radar-editor.git;a=blobdiff_plain;f=test%2Fcontrollers%2Fpage_controller_test.exs;h=bc1bd343ccf3e2ae4b4ac42a25abbd365a2c7d03;hp=65703ece79b9361dd9e3910e3ac6502230b587ae;hb=2a6f9c8445c400330baa2c550d8d6755bd0a542e;hpb=fa39186cb771e6b81962f0e9328c6cb609f8871c diff --git a/test/controllers/page_controller_test.exs b/test/controllers/page_controller_test.exs index 65703ec..bc1bd34 100644 --- a/test/controllers/page_controller_test.exs +++ b/test/controllers/page_controller_test.exs @@ -3,6 +3,6 @@ defmodule TechRadarEditor.PageControllerTest do test "GET /", %{conn: conn} do conn = get conn, "/" - assert html_response(conn, 200) =~ "Welcome to Phoenix!" + assert html_response(conn, 200) =~ "Pwan.co Radar" end end