aboutsummaryrefslogtreecommitdiffstats
path: root/test/old_http_SUITE_data/rest_empty_resource.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/old_http_SUITE_data/rest_empty_resource.erl')
-rw-r--r--test/old_http_SUITE_data/rest_empty_resource.erl6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/old_http_SUITE_data/rest_empty_resource.erl b/test/old_http_SUITE_data/rest_empty_resource.erl
deleted file mode 100644
index 8a944cd..0000000
--- a/test/old_http_SUITE_data/rest_empty_resource.erl
+++ /dev/null
@@ -1,6 +0,0 @@
--module(rest_empty_resource).
-
--export([init/2]).
-
-init(Req, Opts) ->
- {cowboy_rest, Req, Opts}.