lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.4k stars 185 forks source link

add explanation in README on how to do a `was_called_with` when mutating a table (or `self`). #596

Closed rubensayshi closed 5 years ago

rubensayshi commented 5 years ago

basicly the same as https://github.com/Olivine-Labs/luassert/pull/163, but because the busted docs is more elaborate and probably more looked at it makes sense to document it in both places.