diff options
| author | Melonai <einebeere@gmail.com> | 2021-05-13 02:18:25 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2021-05-13 02:18:25 +0200 |
| commit | 0bd75cadf7164979cc06f001ecc057f6275a2e3b (patch) | |
| tree | 806eafe2bc732dd043d9e589ba6e1421a0569c21 /test/rook_web/views/layout_view_test.exs | |
| parent | 14617077c7e348a3caa9f03224e7558beb680068 (diff) | |
| download | rook-0bd75cadf7164979cc06f001ecc057f6275a2e3b.tar.zst rook-0bd75cadf7164979cc06f001ecc057f6275a2e3b.zip | |
Rename test folders to rook_web
Diffstat (limited to 'test/rook_web/views/layout_view_test.exs')
| -rw-r--r-- | test/rook_web/views/layout_view_test.exs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/rook_web/views/layout_view_test.exs b/test/rook_web/views/layout_view_test.exs new file mode 100644 index 0000000..48f119d --- /dev/null +++ b/test/rook_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 |
