diff options
| author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-01-02 13:03:33 +0300 |
|---|---|---|
| committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-01-02 13:03:33 +0300 |
| commit | badd0a96eaa9ff8fca7d25eccd05e8428e132699 (patch) | |
| tree | 0c6a441f993935525bc4a706e98c8e36e11e7b10 /test/fixtures | |
| parent | ead2d18826cf446fd7da542c55b6601e9bfc001c (diff) | |
| parent | ee0c40831efde5054f587ae0e371fffcad1396b7 (diff) | |
| download | pleroma-badd0a96eaa9ff8fca7d25eccd05e8428e132699.tar.gz pleroma-badd0a96eaa9ff8fca7d25eccd05e8428e132699.zip | |
Merge remote-tracking branch 'remotes/origin/develop' into oauth-scopes-tweaks-and-tests
Diffstat (limited to 'test/fixtures')
| -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 |
