mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Fixed exploded tests to work with busted 2.0
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user