Proxichat/test/controllers/page_controller_test.exs
Mikko Ahlroth d031961a84 HÄXFEST 2015 !!! ! ! ! !
ZZZZZZZZZ
2015-11-29 06:34:42 +02:00

8 lines
184 B
Elixir

defmodule Proxichat.PageControllerTest do
use Proxichat.ConnCase
test "GET /" do
conn = get conn(), "/"
assert html_response(conn, 200) =~ "Welcome to Phoenix!"
end
end