summaryrefslogtreecommitdiff
path: root/test/support/test_router.ex
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/test_router.ex')
-rw-r--r--test/support/test_router.ex10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/support/test_router.ex b/test/support/test_router.ex
deleted file mode 100644
index 3bbad03..0000000
--- a/test/support/test_router.ex
+++ /dev/null
@@ -1,10 +0,0 @@
-defmodule MatrixAppServiceWeb.TestRouter do
- require MatrixAppServiceWeb.Router
-
- use Phoenix.Router
-
- import Plug.Conn
- import Phoenix.Controller
-
- MatrixAppServiceWeb.Router.routes()
-end