summaryrefslogtreecommitdiff
path: root/test/aggiedit_web/views/layout_view_test.exs
blob: 03115806a9e702a81f0b455105a7c281ab664eb9 (plain)
1
2
3
4
5
6
7
8
defmodule AggieditWeb.LayoutViewTest do
  use AggieditWeb.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