initial commit

This commit is contained in:
Enrique García Cota 2011-04-24 15:24:18 +02:00
commit 1a045ca348
4 changed files with 10 additions and 0 deletions

1
spec/cron.lua Symbolic link
View File

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

5
spec/cron_spec.lua Normal file
View File

@ -0,0 +1,5 @@
local cron = require 'cron'
context( 'cron', function()
end)

1
spec/inspect.lua Symbolic link
View File

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

3
spec/run.lua Normal file
View File

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