[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Specl 14.1.1 released
- From: "Gary V. Vaughan" <gary@...>
- Date: Sun, 2 Aug 2015 15:01:55 +0100
Develop and run BDD specs written in Lua for RSpec style workflow.
I am happy to announce release 14.1.1 of Specl.
This is a small release to fix an annoying long-standing bug.
Specl's home page is at http://gvvaughan.github.io/specl
## Noteworthy changes in release 14.1.1 (2015-08-02) [stable]
### Bug fixes:
- `equal` matcher compares mutable table keys correctly, so things
like this now work:
```lua
expect ({[{k="mutable"}]=true}).to_equal ({[{k="mutable"}]=true})
```
Install it with LuaRocks, using:
luarocks install specl 14.1.1