1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/test/support/feature_case.ex

13 lines
178 B
Elixir

defmodule ChessWeb.FeatureCase do
use ExUnit.CaseTemplate
using do
quote do
use ChessWeb.ConnCase
use Hound.Helpers
hound_session()
end
end
end