Remove distracting extra code
This commit is contained in:
parent
f1bd4a0fdd
commit
47b0d73cc5
13 changed files with 1 additions and 298 deletions
|
|
@ -1,8 +0,0 @@
|
|||
defmodule BirdyChatWeb.PageControllerTest do
|
||||
use BirdyChatWeb.ConnCase, async: true
|
||||
|
||||
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