You've already forked tribes-plugin-supertest
forked from tribes/tribes-plugin-template
692dcb3129
Use TribeOne.TribesPlugin.Supertest modules throughout the fixture plugin and update manifest, tests, and migration references accordingly.
7 lines
242 B
Elixir
7 lines
242 B
Elixir
ExUnit.start()
|
|
|
|
{:ok, _apps} = Application.ensure_all_started(:tribes)
|
|
TribeOne.TribesPlugin.Supertest.MigrationHelper.migrate_up!()
|
|
Ecto.Adapters.SQL.Sandbox.mode(Tribes.Repo, :manual)
|
|
Ecto.Adapters.SQL.Sandbox.mode(Parrhesia.Repo, :manual)
|