You've already forked tribes-plugin-aether
forked from tribes/tribes-plugin-template
c1f4339dde
Use TribeOne.TribesPlugin.Aether modules throughout the plugin and expose chat@1 from the entry module for capability-based consumers.
4 lines
147 B
Elixir
4 lines
147 B
Elixir
defmodule TribeOne.TribesPlugin.Aether.PluginContractTest do
|
|
use Tribes.PluginTest.ContractTest, plugin: TribeOne.TribesPlugin.Aether.Plugin
|
|
end
|