Created
December 22, 2017 10:29
-
-
Save ihorkatkov/3b1ebd1b37e641c464608e7b8476db53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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