layout_view_test.exs 270 B

12345678
  1. defmodule OpenpodWeb.LayoutViewTest do
  2. use OpenpodWeb.ConnCase, async: true
  3. # When testing helpers, you may want to import Phoenix.HTML and
  4. # use functions such as safe_to_string() to convert the helper
  5. # result into an HTML string.
  6. # import Phoenix.HTML
  7. end