diff options
Diffstat (limited to 'spec/search_spec.lua')
-rw-r--r-- | spec/search_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/search_spec.lua b/spec/search_spec.lua index 8e84931b..93e85928 100644 --- a/spec/search_spec.lua +++ b/spec/search_spec.lua | |||
@@ -6,7 +6,7 @@ local extra_rocks = { | |||
6 | "/lzlib-0.4.1.53-1.src.rock" | 6 | "/lzlib-0.4.1.53-1.src.rock" |
7 | } | 7 | } |
8 | 8 | ||
9 | expose("LuaRocks search tests #blackbox #b_search", function() | 9 | describe("LuaRocks search tests #blackbox #b_search", function() |
10 | 10 | ||
11 | before_each(function() | 11 | before_each(function() |
12 | test_env.setup_specs(extra_rocks) | 12 | test_env.setup_specs(extra_rocks) |