diff options
Diffstat (limited to 'spec/README.md')
-rw-r--r-- | spec/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/README.md b/spec/README.md index 46372b19..b55550e6 100644 --- a/spec/README.md +++ b/spec/README.md | |||
@@ -3,14 +3,14 @@ | |||
3 | 3 | ||
4 | ## Overview | 4 | ## Overview |
5 | 5 | ||
6 | Test suite for LuaRocks project with Busted unit testing framework(http://olivinelabs.com/busted/). | 6 | Test suite for LuaRocks project with Busted unit testing framework(http://olivinelabs.com/busted/). |
7 | 7 | ||
8 | * Contains unit & integration tests | 8 | * Contains unit & integration tests |
9 | * Easy setup for your purpose on command line or from configuration file | 9 | * Easy setup for your purpose on command line or from configuration file |
10 | 10 | ||
11 | ## Dependencies | 11 | ## Dependencies |
12 | 12 | ||
13 | * Lua >= 5.1 | 13 | * Lua >= 5.1 |
14 | * Busted with dependencies | 14 | * Busted with dependencies |
15 | 15 | ||
16 | ## Usage | 16 | ## Usage |
@@ -26,8 +26,8 @@ LuaRocks folder or specify with *-C* flag. | |||
26 | env=<type>, (default:"minimal") type what kind of environment to use ["minimal", "full"] | 26 | env=<type>, (default:"minimal") type what kind of environment to use ["minimal", "full"] |
27 | noreset, Don't reset environment after each test | 27 | noreset, Don't reset environment after each test |
28 | clean, remove existing testing environment | 28 | clean, remove existing testing environment |
29 | appveyor, add just if running on TravisCI | 29 | appveyor, add just if running on Appveyor |
30 | travis, add just if running on TravisCI | 30 | ci, add just if running on Unix CI |
31 | os=<version>, type your OS ["linux", "os x", "windows"] | 31 | os=<version>, type your OS ["linux", "os x", "windows"] |
32 | ``` | 32 | ``` |
33 | --------------------------------------------------------------------------------------------- | 33 | --------------------------------------------------------------------------------------------- |