Skip to content

Instantly share code, notes, and snippets.

@goughjt
Created December 15, 2017 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goughjt/3cd524ec1eca2433b949694f5cd445e9 to your computer and use it in GitHub Desktop.
Save goughjt/3cd524ec1eca2433b949694f5cd445e9 to your computer and use it in GitHub Desktop.
A default auto-generated channel_case.ex
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