1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 16:22:32 -04:00

Fix delayed handler test

This commit is contained in:
Eduardo Gurgel 2014-01-05 22:19:43 -03:00
parent 87a670578b
commit 0e3168b4bb

View file

@ -6,11 +6,13 @@ defmodule HTTParrot.DelayedHandlerTest do
setup do setup do
new HTTParrot.GeneralRequestInfo new HTTParrot.GeneralRequestInfo
new JSEX new JSEX
new :cowboy_req
end end
teardown do teardown do
unload HTTParrot.GeneralRequestInfo unload HTTParrot.GeneralRequestInfo
unload JSEX unload JSEX
unload :cowboy_req
end end
test "malformed_request returns false if it's not an integer" do test "malformed_request returns false if it's not an integer" do