diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-01-15 16:49:45 +0400 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-01-15 16:49:45 +0400 |
| commit | 3849053c6adbb4024e8fbe60e908cb141204f594 (patch) | |
| tree | 173a6a4283e37e90209da9f347d2954cf7be5e1a /test/fixtures/modules | |
| parent | 34d85f8a5473fe0f85e8a8e9e8f58e40b3964ba4 (diff) | |
| parent | 77412d5dd24a384f9be7d6bc6b1538415c584802 (diff) | |
| download | pleroma-3849053c6adbb4024e8fbe60e908cb141204f594.tar.gz pleroma-3849053c6adbb4024e8fbe60e908cb141204f594.zip | |
Merge branch 'develop' into notifications-from-account
Diffstat (limited to 'test/fixtures/modules')
| -rw-r--r-- | test/fixtures/modules/runtime_module.ex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/modules/runtime_module.ex b/test/fixtures/modules/runtime_module.ex new file mode 100644 index 000000000..4711c3532 --- /dev/null +++ b/test/fixtures/modules/runtime_module.ex @@ -0,0 +1,9 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + +defmodule RuntimeModule do + @moduledoc """ + This is a dummy module to test custom runtime modules. + """ +end |
