aboutsummaryrefslogtreecommitdiff
path: root/test/waev_web/views/layout_view_test.exs
diff options
context:
space:
mode:
authorGuillermo Ramos2020-02-04 13:49:53 +0100
committerGuillermo Ramos2020-02-04 14:20:23 +0100
commit1566a2fcba0676cf54dde2b04702a320d9f1edcd (patch)
tree1d6b378f2d5192fbc3f9446ba9a0cd6e8af2c4c7 /test/waev_web/views/layout_view_test.exs
downloadwaev-1566a2fcba0676cf54dde2b04702a320d9f1edcd.tar.gz
Initial commit
Diffstat (limited to 'test/waev_web/views/layout_view_test.exs')
-rw-r--r--test/waev_web/views/layout_view_test.exs8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/waev_web/views/layout_view_test.exs b/test/waev_web/views/layout_view_test.exs
new file mode 100644
index 0000000..3c02187
--- /dev/null
+++ b/test/waev_web/views/layout_view_test.exs
@@ -0,0 +1,8 @@
+defmodule WaevWeb.LayoutViewTest do
+ use WaevWeb.ConnCase, async: true
+
+ # 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