simplified test runnig method. References #4

This commit is contained in:
kikito 2012-10-27 18:34:35 +02:00
parent 6e72b85232
commit e18c83a9a4
3 changed files with 2 additions and 7 deletions

View File

@ -55,11 +55,10 @@ Also, make sure to read the license file; the text of that license file must app
h1. Specs
This project uses "telescope":https://github.com/norman/telescope for its specs. If you want to run the specs, you will have to install telescope first. Then just enter the spec folder and execute run.lua:
This project uses "telescope":https://github.com/norman/telescope for its specs. If you want to run the specs, you will have to install telescope first. Then run:
<pre>
cd path/to/cron.lua/specs
lua run.lua
tsc spec/*
</pre>

View File

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

View File

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