From 88c0fbf10145ddd4ccd10ee432b4ca1aadd96a91 Mon Sep 17 00:00:00 2001 From: Melonai Date: Fri, 7 May 2021 17:11:50 +0200 Subject: Initial structure --- test/guard_web/views/layout_view_test.exs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/guard_web/views/layout_view_test.exs (limited to 'test/guard_web/views/layout_view_test.exs') diff --git a/test/guard_web/views/layout_view_test.exs b/test/guard_web/views/layout_view_test.exs new file mode 100644 index 0000000..48f119d --- /dev/null +++ b/test/guard_web/views/layout_view_test.exs @@ -0,0 +1,8 @@ +defmodule RookWeb.LayoutViewTest do + use RookWeb.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 -- cgit 1.4.1