diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/net_http_server_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/net_http_server_spec.lua b/spec/net_http_server_spec.lua index 315a9b96..758b619d 100644 --- a/spec/net_http_server_spec.lua +++ b/spec/net_http_server_spec.lua @@ -1,4 +1,5 @@ describe("net.http.server", function () + package.loaded["net.server"] = {} local server = require "net.http.server"; describe("events", function () it("should work with util.helpers", function () |