aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/modules/runtime_module.ex
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/modules/runtime_module.ex')
-rw-r--r--test/fixtures/modules/runtime_module.ex9
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