Skip to content

Commit 432c65e

Browse files
committed
Add moduledoc to factory.ex
1 parent 76098ee commit 432c65e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/support/factory.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
defmodule Plausible.Factory do
2+
@moduledoc """
3+
See https://ecto.hexdocs.pm/test-factories.html
4+
"""
25
use ExMachina.Ecto, repo: Plausible.Repo
36
require Plausible.Billing.Subscription.Status
47
alias Plausible.Billing.Subscription

0 commit comments

Comments
 (0)