diff options
Diffstat (limited to 'spec/unpack_spec.lua')
-rw-r--r-- | spec/unpack_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unpack_spec.lua b/spec/unpack_spec.lua index 3930a583..1e9df811 100644 --- a/spec/unpack_spec.lua +++ b/spec/unpack_spec.lua | |||
@@ -7,7 +7,7 @@ local extra_rocks = { | |||
7 | "/cprint-0.1-2.rockspec" | 7 | "/cprint-0.1-2.rockspec" |
8 | } | 8 | } |
9 | 9 | ||
10 | expose("LuaRocks unpack tests #blackbox #b_unpack", function() | 10 | describe("LuaRocks unpack tests #blackbox #b_unpack", function() |
11 | 11 | ||
12 | before_each(function() | 12 | before_each(function() |
13 | test_env.setup_specs(extra_rocks) | 13 | test_env.setup_specs(extra_rocks) |