simplified spec running. Added new instructions for it. Managed case where __toString throws an error. Made local a function that was global by mistake

This commit is contained in:
Enrique García Cota
2011-08-13 00:52:55 +02:00
parent ca9e012357
commit 4c92bad614
5 changed files with 26 additions and 10 deletions

View File

@@ -128,11 +128,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 just execute the following from the root inspect folder:
<pre>
cd path/to/inspect.lua/specs
lua run.lua
tsc -f spec/*
</pre>