Packages

Utility functions build for use with the Via autopilot.

Current section

Files

Jump to
via_utils lib helper test.ex
Raw

lib/helper/test.ex

defmodule ViaUtils.Helper.Test do
def prepare_test() do
RingLogger.attach()
ViaUtils.Registry.start_link()
end
end