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

1
spec/inspect.lua Symbolic link
View File

@ -0,0 +1 @@
../inspect.lua

7
spec/inspect_spec.lua Normal file
View File

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

3
spec/run.lua Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env lua
os.execute("tsc -f inspect_spec.lua")