Current section
Files
Jump to
Current section
Files
lib/power_assert/case_template.ex
defmodule PowerAssert.CaseTemplate do
defmacro __using__(_) do
quote do
use PowerAssert.ExUnitCaseTemplate
import PowerAssert.Assertion
end
end
end