rename page path to home path
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
defmodule LokalWeb.PageControllerTest do
|
||||
use LokalWeb.ConnCase
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, "/")
|
||||
assert html_response(conn, 200) =~ "Welcome to Lokal"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user