initial commit

This commit is contained in:
Enrique García Cota
2011-04-21 01:11:42 +02:00
commit 14bbbdc78f
3 changed files with 11 additions and 0 deletions

7
spec/inspect_spec.lua Normal file
View File

@@ -0,0 +1,7 @@
local inspect = require 'inspect'
context( 'inspect', function()
end)