Created
December 15, 2017 01:12
-
-
Save goughjt/3cd524ec1eca2433b949694f5cd445e9 to your computer and use it in GitHub Desktop.
A default auto-generated channel_case.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule MyAppServerWeb.ChannelCase do | |
use ExUnit.CaseTemplate | |
using do | |
quote do | |
# Why can alchemist not see this? | |
use Phoenix.ChannelTest | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment