Injectanator v0.0.1 Injectanator.Support
Convenience functions to be used in your tests
## Useage
defmodule The.Thing.Test do
use ExUnit.Case, async: true
use Injectanator.Support
# ...
describe "the thing" do
setup [:start_injectanator]
test "the thing does things" do
# ...
end
end
end
Summary
Macros
imports Injectanator.Support