From 3bf5b46786136a004b4085098c9b46cd47295774 Mon Sep 17 00:00:00 2001 From: Egobrain Date: Thu, 18 Apr 2013 18:14:40 +0400 Subject: Removed asserts from unit tests --- src/cowboy_static.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cowboy_static.erl') 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, -- cgit v1.2.3