initial commit
This commit is contained in:
commit
a22ba724df
47 changed files with 4251 additions and 0 deletions
8
test/birdy_chat_web/controllers/page_controller_test.exs
Normal file
8
test/birdy_chat_web/controllers/page_controller_test.exs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
defmodule BirdyChatWeb.PageControllerTest do
|
||||
use BirdyChatWeb.ConnCase
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, ~p"/")
|
||||
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue