We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76098ee commit 432c65eCopy full SHA for 432c65e
1 file changed
test/support/factory.ex
@@ -1,4 +1,7 @@
1
defmodule Plausible.Factory do
2
+ @moduledoc """
3
+ See https://ecto.hexdocs.pm/test-factories.html
4
+ """
5
use ExMachina.Ecto, repo: Plausible.Repo
6
require Plausible.Billing.Subscription.Status
7
alias Plausible.Billing.Subscription
0 commit comments