open-pod/test/openpod_web/views/layout_view_test.exs

9 lines
270 B
Elixir
Raw Normal View History

2020-06-08 23:37:11 +02:00
defmodule OpenpodWeb.LayoutViewTest do
use OpenpodWeb.ConnCase, async: true
2020-05-22 22:04:15 +02: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
end