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
commit407d202f4c5a094c5a2e991ab81064e060673905 (patch)
tree2656048c6d4eb0ea134779a85bb6bd41a1466207 /test/support/test_router.ex
parentUpdate README.md (diff)
parentadd endpoint handled by the library (diff)
Merge branch 'choose_endpoint' into 'master'
add endpoint handled by the libraryCloses #23 See merge request kazarma/matrix_app_service.ex!12
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