From fe8b7e8f1313f08d8aa41239f7836539a88e9c46 Mon Sep 17 00:00:00 2001 From: roboo Date: Sun, 17 Jul 2016 19:20:01 +0200 Subject: New upload tests with mock-server --- test/luarocks_site.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/luarocks_site.lua (limited to 'test/luarocks_site.lua') diff --git a/test/luarocks_site.lua b/test/luarocks_site.lua new file mode 100644 index 00000000..cfa77dca --- /dev/null +++ b/test/luarocks_site.lua @@ -0,0 +1,6 @@ +-- Config file of LuaRocks site for tests +upload = { + server = "http://localhost:8080", + tool_version = "1.0.0", + api_version = "1", +} \ No newline at end of file -- cgit v1.2.3-55-g6feb