diff options
Diffstat (limited to 'spec/remove_spec.lua')
-rw-r--r-- | spec/remove_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/remove_spec.lua b/spec/remove_spec.lua index 1b3cda7e..4129e755 100644 --- a/spec/remove_spec.lua +++ b/spec/remove_spec.lua | |||
@@ -10,7 +10,7 @@ local extra_rocks = { | |||
10 | "/luasocket-3.0rc1-1.rockspec" | 10 | "/luasocket-3.0rc1-1.rockspec" |
11 | } | 11 | } |
12 | 12 | ||
13 | expose("LuaRocks remove tests #blackbox #b_remove", function() | 13 | describe("LuaRocks remove tests #blackbox #b_remove", function() |
14 | 14 | ||
15 | before_each(function() | 15 | before_each(function() |
16 | test_env.setup_specs(extra_rocks) | 16 | test_env.setup_specs(extra_rocks) |