diff options
Diffstat (limited to 't/run.lua')
-rw-r--r-- | t/run.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -104,6 +104,10 @@ local tests = { assert(plugins[1].organization == "complex") assert(plugins[1].status == "installed") end, + ["04_list_plugins"] = function() + local plugins = lpm("list")["plugins"] + assert(#plugins > 20) + end } |