Add framework for testing

This commit is contained in:
Antonin Décimo
2016-02-06 13:13:02 +01:00
parent 8ac10b91a0
commit 6d8cde0716
3 changed files with 46 additions and 0 deletions

7
spec/main_spec.lua Normal file
View File

@@ -0,0 +1,7 @@
describe("love-release tests", function()
describe("should test something", function()
it("not right now", function()
assert.truthy("Sorry.")
end)
end)
end)