aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_router.erl
diff options
context:
space:
mode:
authorEgobrain <[email protected]>2013-04-18 18:14:40 +0400
committerEgobrain <[email protected]>2013-04-26 17:08:53 +0400
commit3bf5b46786136a004b4085098c9b46cd47295774 (patch)
tree9c21fef0d187a5587226c3bd4805b24411f87533 /src/cowboy_router.erl
parent61b3157ad14ae49da3ac6b33643a876eb18bbf2a (diff)
downloadcowboy-3bf5b46786136a004b4085098c9b46cd47295774.tar.gz
cowboy-3bf5b46786136a004b4085098c9b46cd47295774.tar.bz2
cowboy-3bf5b46786136a004b4085098c9b46cd47295774.zip
Removed asserts from unit tests
Diffstat (limited to 'src/cowboy_router.erl')
-rw-r--r--src/cowboy_router.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cowboy_router.erl b/src/cowboy_router.erl
index 91912d8..e52b70b 100644
--- a/src/cowboy_router.erl
+++ b/src/cowboy_router.erl
@@ -51,10 +51,6 @@
-opaque dispatch_rules() :: [dispatch_rule()].
-export_type([dispatch_rules/0]).
--ifdef(TEST).
--include_lib("eunit/include/eunit.hrl").
--endif.
-
%% @doc Compile a list of routes into the dispatch format used
%% by Cowboy's routing.
-spec compile(routes()) -> dispatch_rules().