Skip to content

Instantly share code, notes, and snippets.

@gen1321
Created November 4, 2018 23:36
Show Gist options
  • Save gen1321/03c0e0bc88e95fdfd9e075e8a1bb140f to your computer and use it in GitHub Desktop.
Save gen1321/03c0e0bc88e95fdfd9e075e8a1bb140f to your computer and use it in GitHub Desktop.
defmodule MyAppWeb.SubscriptionCase do
use ExUnit.CaseTemplate
using do
quote do
@endpoint MyAppWeb.Endpoint
use Anise
use Anise.SubscriptionCase,
schema: MyAppWeb.Schema,
socket: MyAppWeb.UserSocket
end
end
setup do
:ok
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment