313 B · text 5af55d9
# Tests use real on-disk bare repos; wipe the prior run's tree so the
# stricter gix init_bare doesn't trip on leftover artifacts. The Cli
# backend tolerated non-empty dirs; gix doesn't.
_ = File.rm_rf(GitGud.Repositories.Storage.base_path())
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(GitGud.Repo, :manual)