This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/webapp/test/augie_web/views/layout_view_test.exs

9 lines
266 B
Elixir
Raw Normal View History

2019-11-29 17:55:52 +13:00
defmodule AugieWeb.LayoutViewTest do
use AugieWeb.ConnCase, async: true
2020-04-28 21:09:54 +12:00
# When testing helpers, you may want to import Phoenix.HTML and
# use functions such as safe_to_string() to convert the helper
# result into an HTML string.
# import Phoenix.HTML
2019-11-29 17:55:52 +13:00
end