Skip to content

Instantly share code, notes, and snippets.

@ihorkatkov
Created December 22, 2017 10:29
Show Gist options
  • Save ihorkatkov/3b1ebd1b37e641c464608e7b8476db53 to your computer and use it in GitHub Desktop.
Save ihorkatkov/3b1ebd1b37e641c464608e7b8476db53 to your computer and use it in GitHub Desktop.
Application.load(:instafoto)
for app <- Application.spec(:instafoto, :applications) do
Application.ensure_all_started(app)
end
ExUnit.configure(exclude: [skip: true], timeout: 60_000_000)
ExUnit.start
Ecto.Adapters.SQL.Sandbox.mode(Instafoto.Repo, :manual)
:ok = Ecto.Adapters.SQL.Sandbox.checkout(Instafoto.Repo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment