about summary refs log tree commit diff
path: root/test/rook_web/views/layout_view_test.exs
blob: 48f119d17a69c38084bed8e24d6a4985f4bdabff (plain)
1
2
3
4
5
6
7
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