move morse to seperate module

This commit is contained in:
Pim Kunis 2019-07-14 15:05:45 +02:00
parent b93d48920a
commit cbec08aae8
11 changed files with 98 additions and 12 deletions

View file

@ -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