move morse to seperate module
This commit is contained in:
parent
b93d48920a
commit
cbec08aae8
11 changed files with 98 additions and 12 deletions
|
@ -1,8 +1,3 @@
|
|||
defmodule UiWeb.PageControllerTest do
|
||||
use UiWeb.ConnCase
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, "/")
|
||||
assert html_response(conn, 200) =~ "Welcome to Phoenix!"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue