Fixed exploded tests to work with busted 2.0

This commit is contained in:
mpeterv
2014-08-01 17:44:15 +04:00
parent d1386c1d96
commit 59603d5f39
13 changed files with 13 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
local Parser = require "argparse"
getmetatable(Parser()).error = function(_, msg) error(msg) end
describe("tests related to converters", function()
it("converts arguments", function()