2021-09-10 00:28:53 -04:00
|
|
|
defmodule CanneryWeb.HomeViewTest do
|
2021-03-11 21:12:55 -05:00
|
|
|
use CanneryWeb.ConnCase, async: true
|
2022-01-21 20:36:25 -05:00
|
|
|
|
|
|
|
# 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
|
2021-03-11 21:12:55 -05:00
|
|
|
end
|