aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/run.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/run.lua b/t/run.lua
index 0512d56..ab52c7c 100644
--- a/t/run.lua
+++ b/t/run.lua
@@ -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
}