diff options
| author | Peter Melnichenko <mpeterval@gmail.com> | 2016-07-08 13:50:11 +0300 |
|---|---|---|
| committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-07-08 13:50:11 +0300 |
| commit | 20a1baba59e7555b3140e0c2226948447fe8e62a (patch) | |
| tree | 19c5b7b96899ffeb0f706a7f596c94b2b74e8b51 /spec/pack_spec.lua | |
| parent | 54cf8ad4d527b0585f364b3d6cbe2c9eae58c3da (diff) | |
| download | luarocks-20a1baba59e7555b3140e0c2226948447fe8e62a.tar.gz luarocks-20a1baba59e7555b3140e0c2226948447fe8e62a.tar.bz2 luarocks-20a1baba59e7555b3140e0c2226948447fe8e62a.zip | |
Tests: disable insulation and use describe() instead of expose()
Diffstat (limited to 'spec/pack_spec.lua')
| -rw-r--r-- | spec/pack_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/pack_spec.lua b/spec/pack_spec.lua index 39d8bc5c..1671152c 100644 --- a/spec/pack_spec.lua +++ b/spec/pack_spec.lua | |||
| @@ -9,7 +9,7 @@ local extra_rocks = { | |||
| 9 | "/luasocket-3.0rc1-1.rockspec" | 9 | "/luasocket-3.0rc1-1.rockspec" |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | expose("LuaRocks pack tests #blackbox #b_pack", function() | 12 | describe("LuaRocks pack tests #blackbox #b_pack", function() |
| 13 | 13 | ||
| 14 | before_each(function() | 14 | before_each(function() |
| 15 | test_env.setup_specs(extra_rocks) | 15 | test_env.setup_specs(extra_rocks) |
