legendary-doc-site/apps/object_storage/test/test_helper.exs

8 lines
239 B
Elixir
Raw Normal View History

ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Legendary.ObjectStorage.Repo, :manual)
Mox.defmock(
Legendary.ObjectStorageWeb.CheckSignatures.MockSignatureGenerator,
for: Legendary.ObjectStorageWeb.CheckSignatures.SignatureGenerator
)