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 064440e0..b3589c12 100644 --- a/spec/fun_spec.lua +++ b/spec/fun_spec.lua | |||
@@ -4,7 +4,7 @@ local testing_paths = test_env.testing_paths | |||
4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
5 | local fun = require("luarocks.fun") | 5 | local fun = require("luarocks.fun") |
6 | 6 | ||
7 | describe("LuaRocks fun tests #unit", function() | 7 | describe("luarocks.fun #unit", function() |
8 | local runner | 8 | local runner |
9 | 9 | ||
10 | setup(function() | 10 | setup(function() |