diff options
Diffstat (limited to 'spec/purge_spec.lua')
-rw-r--r-- | spec/purge_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/purge_spec.lua b/spec/purge_spec.lua index f5515cb5..30ce15e2 100644 --- a/spec/purge_spec.lua +++ b/spec/purge_spec.lua | |||
@@ -2,7 +2,7 @@ local test_env = require("test/test_environment") | |||
2 | 2 | ||
3 | test_env.unload_luarocks() | 3 | test_env.unload_luarocks() |
4 | 4 | ||
5 | expose("LuaRocks purge tests #blackbox #b_purge", function() | 5 | describe("LuaRocks purge tests #blackbox #b_purge", function() |
6 | before_each(function() | 6 | before_each(function() |
7 | test_env.setup_specs(extra_rocks) | 7 | test_env.setup_specs(extra_rocks) |
8 | testing_paths = test_env.testing_paths | 8 | testing_paths = test_env.testing_paths |