summaryrefslogtreecommitdiff
path: root/test/support/test_router.ex
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-01 13:08:29 +0000
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-01 13:08:29 +0000
commit8a05e93e1a660cc0707430cbff811fafc7716340 (patch)
tree2656048c6d4eb0ea134779a85bb6bd41a1466207 /test/support/test_router.ex
parentUpdate README.md (diff)
add endpoint handled by the library
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