Sha256: bfb13d3d83e273f4726cac791b05eaa85ed86a2ddaf58f0f0a2e8bbb6394dbbd
Contents?: true
Size: 475 Bytes
Versions: 30
Compression:
Stored size: 475 Bytes
Contents
### Getting started First install lua and [luarocks][2] using [homebrew][1] $ brew install lua Then install [busted][3] testing framework for lua $ luarocks install busted Then run your test $ busted . Other resources 1. [Lua Style Guide][4] 2. [Learn Lua in 15 minutes][5] [1]: http://brew.sh/ [2]: http://luarocks.org/ [3]: http://olivinelabs.com/busted/ [4]: https://github.com/Olivine-Labs/lua-style-guide [5]: http://tylerneylon.com/a/learn-lua/
Version data entries
30 entries across 30 versions & 1 rubygems