Packages

Yacco (Yet another calendar converter) is an ELixir/Phoenix application that allows the conversion of calendar dates of the calendars contained in the packages Calixir and Calendars.

Current section

Files

Jump to
yacco test yacco_web controllers page_controller_test.exs
Raw

test/yacco_web/controllers/page_controller_test.exs

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