8 lines
256 B
Elixir
8 lines
256 B
Elixir
defmodule App.LayoutViewTest do
|
|
use App.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
|