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

13 lines
172 B
Elixir

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