aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/which_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/which_spec.lua b/spec/which_spec.lua
index d5bcfab9..79b9ef7e 100644
--- a/spec/which_spec.lua
+++ b/spec/which_spec.lua
@@ -22,7 +22,7 @@ describe("LuaRocks which tests #integration", function()
22 22
23 it("fails on missing arguments", function() 23 it("fails on missing arguments", function()
24 local output = run.luarocks("which") 24 local output = run.luarocks("which")
25 assert.match("Missing module name", output, 1, true) 25 assert.match("missing argument 'modname'", output, 1, true)
26 end) 26 end)
27 27
28 it("finds modules found in package.path", function() 28 it("finds modules found in package.path", function()