diff --git a/spec/main_spec.lua b/spec/main_spec.lua index 9b0d1bb..e69de29 100644 --- a/spec/main_spec.lua +++ b/spec/main_spec.lua @@ -1,7 +0,0 @@ -describe("love-release tests", function() - describe("should test something", function() - it("not right now", function() - assert.truthy("Sorry.") - end) - end) -end)