summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-12-23 20:11:29 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-12-23 20:57:10 +0000
commit3c08d229db423052d0dd88b8a36fb39b0ae81ead (patch)
treeb007dd11f0228d7f85aff1dc1e5f9133db069a82 /test/test_helper.exs
parent69ad1039ba6cb94ea0f6c9d2c7171bdab789651f (diff)
downloadpleroma-3c08d229db423052d0dd88b8a36fb39b0ae81ead.tar.gz
pleroma-3c08d229db423052d0dd88b8a36fb39b0ae81ead.zip
tests: add legal boilerplate
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r--test/test_helper.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs
index 94ba68ff8..f604ba63d 100644
--- a/test/test_helper.exs
+++ b/test/test_helper.exs
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)