aboutsummaryrefslogtreecommitdiff
path: root/spec/install_spec.lua
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-07-08 13:50:11 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-07-08 13:50:11 +0300
commit20a1baba59e7555b3140e0c2226948447fe8e62a (patch)
tree19c5b7b96899ffeb0f706a7f596c94b2b74e8b51 /spec/install_spec.lua
parent54cf8ad4d527b0585f364b3d6cbe2c9eae58c3da (diff)
downloadluarocks-20a1baba59e7555b3140e0c2226948447fe8e62a.tar.gz
luarocks-20a1baba59e7555b3140e0c2226948447fe8e62a.tar.bz2
luarocks-20a1baba59e7555b3140e0c2226948447fe8e62a.zip
Tests: disable insulation and use describe() instead of expose()
Diffstat (limited to 'spec/install_spec.lua')
-rw-r--r--spec/install_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install_spec.lua b/spec/install_spec.lua
index a598f324..f8869791 100644
--- a/spec/install_spec.lua
+++ b/spec/install_spec.lua
@@ -18,7 +18,7 @@ local extra_rocks = {
18 "/wsapi-1.6-1.src.rock" 18 "/wsapi-1.6-1.src.rock"
19} 19}
20 20
21expose("LuaRocks install tests #blackbox #b_install", function() 21describe("LuaRocks install tests #blackbox #b_install", function()
22 22
23 before_each(function() 23 before_each(function()
24 test_env.setup_specs(extra_rocks) 24 test_env.setup_specs(extra_rocks)