Big thanks to Tieske, amazing as always, and to all of the community
support we've had so far.
We've made a ton of bug fixes to busted, and one BREAKING CHANGE:
before_each now runs on children describe blocks. Example:
describe("a test", function()
local thing = 1
before_each(function()
thing = thing + 1
end)
describe("nested", function()
before_each(function()
thing = thing + 1
end)
it("is actually 2", function()
assert.equal(2, thing) -- versions <= 1.3 would fail, saying 'thing'
is 1
end)
end)
end)
Luassert and say also saw a bunch of bugfixes. Here's the rockspecs (we
skipped luassert 1.3 on accident):
https://raw.github.com/Olivine-Labs/busted/master/busted-1.4-1.rockspec
https://raw.github.com/Olivine-Labs/luassert/master/luassert-1.4-1.rockspec
https://raw.github.com/Olivine-Labs/say/master/say-1.2-1.rockspec
Thanks!
Jack
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers