diff options
Diffstat (limited to 'spec/config_spec.lua')
-rw-r--r-- | spec/config_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/config_spec.lua b/spec/config_spec.lua index a7842811..df2480ac 100644 --- a/spec/config_spec.lua +++ b/spec/config_spec.lua | |||
@@ -3,7 +3,7 @@ local lfs = require("lfs") | |||
3 | 3 | ||
4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
5 | 5 | ||
6 | expose("LuaRocks config tests #blackbox #b_config", function() | 6 | describe("LuaRocks config tests #blackbox #b_config", function() |
7 | 7 | ||
8 | before_each(function() | 8 | before_each(function() |
9 | test_env.setup_specs(extra_rocks) | 9 | test_env.setup_specs(extra_rocks) |