diff --git a/README.textile b/README.textile index 9781cbe..66dc6a0 100644 --- a/README.textile +++ b/README.textile @@ -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:
-cd path/to/cron.lua/specs
-lua run.lua
+tsc spec/*
 
diff --git a/spec/cron.lua b/spec/cron.lua deleted file mode 120000 index 0a843b8..0000000 --- a/spec/cron.lua +++ /dev/null @@ -1 +0,0 @@ -../cron.lua \ No newline at end of file diff --git a/spec/run.lua b/spec/run.lua deleted file mode 100644 index 409103e..0000000 --- a/spec/run.lua +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env lua - -os.execute("tsc -f cron_spec.lua")