this is a really good first commit
This commit is contained in:
@ -2,7 +2,7 @@ defmodule SomethingErlangWeb.PageControllerTest do
|
||||
use SomethingErlangWeb.ConnCase
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, "/")
|
||||
assert html_response(conn, 200) =~ "Welcome to Phoenix!"
|
||||
conn = get(conn, ~p"/")
|
||||
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user