Skip to content

[ANN] Specl 14.1.6 released

Latest
Compare
Choose a tag to compare
@gvvaughan gvvaughan released this 12 Feb 01:54
· 574 commits to master since this release

Develop and run BDD specs written in Lua for RSpec style workflow.

I am happy to announce release 14.1.6 of Specl.

Specl's home page is at http://gvvaughan.github.io/specl

Install it with LuaRocks, using:

luarocks install specl 14.1.6

Noteworthy changes in release 14.1.6 (2016-02-12) [stable]

New features:

  • generate a working test coverage report with luacov when the --coverage option is given (assuming "luacov" is loadable).
  • runs specs in around half the time of previous releases.