Skip to content

Instantly share code, notes, and snippets.

@sergio1990
Created June 14, 2016 18:57
Show Gist options
  • Select an option

  • Save sergio1990/153b876a4b1cd0806f4a1a8a980aaac9 to your computer and use it in GitHub Desktop.

Select an option

Save sergio1990/153b876a4b1cd0806f4a1a8a980aaac9 to your computer and use it in GitHub Desktop.
Setup ExUnit Ecto sandbox
setup do
:ok = Ecto.Adapters.SQL.Sandbox.checkout(RemarkApi.Repo)
Ecto.Adapters.SQL.Sandbox.mode(RemarkApi.Repo, {:shared, self()})
:ok
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment