diff options
Diffstat (limited to 'spec/fun_spec.lua')
-rw-r--r-- | spec/fun_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fun_spec.lua b/spec/fun_spec.lua index b5bed0da..259a3148 100644 --- a/spec/fun_spec.lua +++ b/spec/fun_spec.lua | |||
@@ -3,7 +3,7 @@ local fun = require("luarocks.fun") | |||
3 | 3 | ||
4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
5 | 5 | ||
6 | describe("LuaRocks fun tests", function() | 6 | describe("LuaRocks fun tests #unit", function() |
7 | describe("fun.concat", function() | 7 | describe("fun.concat", function() |
8 | it("returns the concatenation of the two tables given as arguments", function() | 8 | it("returns the concatenation of the two tables given as arguments", function() |
9 | local t1, t2 | 9 | local t1, t2 |