From e18c83a9a4667e1549158bca625c2e39406ea383 Mon Sep 17 00:00:00 2001 From: kikito Date: Sat, 27 Oct 2012 18:34:35 +0200 Subject: [PATCH] simplified test runnig method. References #4 --- README.textile | 5 ++--- spec/cron.lua | 1 - spec/run.lua | 3 --- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 120000 spec/cron.lua delete mode 100644 spec/run.lua 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")