aboutsummaryrefslogtreecommitdiff
path: root/busted.spec
diff options
context:
space:
mode:
Diffstat (limited to 'busted.spec')
-rw-r--r--busted.spec37
1 files changed, 0 insertions, 37 deletions
diff --git a/busted.spec b/busted.spec
deleted file mode 100644
index 9399ee4..0000000
--- a/busted.spec
+++ /dev/null
@@ -1,37 +0,0 @@
-
-local function create_test_file(str)
-
-end
-
-describe("brokengine",function()
- describe("gui library",function()
- for k,v in pairs({
- "button",
- "checkbox",
- "colorselector",
- "combobox",
- "contextmenu",
- "editbox",
- "fileopen",
- "image",
- "imagelist",
- "inoutfader",
- "listbox",
- "meshviewer",
- "scrollbar",
- "spinbox",
- "statictext",
- "tab",
- "tabcontrol",
- "table",
- "toolbar",
- "treeview",
- "treeviewnode",
- "window"
- }) do
- it(string.format("should be able to create a %s",v),function()
-
- end)
- end
- end)
-end)