aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_static.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_static.erl
parent61b3157ad14ae49da3ac6b33643a876eb18bbf2a (diff)
downloadcowboy-3bf5b46786136a004b4085098c9b46cd47295774.tar.gz
cowboy-3bf5b46786136a004b4085098c9b46cd47295774.tar.bz2
cowboy-3bf5b46786136a004b4085098c9b46cd47295774.zip
Removed asserts from unit tests
Diffstat (limited to 'src/cowboy_static.erl')
-rw-r--r--src/cowboy_static.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cowboy_static.erl b/src/cowboy_static.erl
index ae0f9e6..fd5654e 100644
--- a/src/cowboy_static.erl
+++ b/src/cowboy_static.erl
@@ -422,8 +422,6 @@ attr_etag_function(Args, Attrs) ->
{strong, list_to_binary([H|T])}.
-ifdef(TEST).
--include_lib("eunit/include/eunit.hrl").
--define(_eq(E, I), ?_assertEqual(E, I)).
directory_path_test_() ->
PL = fun(D) -> length(filename:split(directory_path(D))) end,