lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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