initial commit
This commit is contained in:
commit
6a258db47f
923 changed files with 5334 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
defmodule EzcontainerRailwayWeb.PageControllerTest do
|
||||
use EzcontainerRailwayWeb.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