aboutsummaryrefslogtreecommitdiff
path: root/spec/help_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/help_spec.lua')
-rw-r--r--spec/help_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/help_spec.lua b/spec/help_spec.lua
index 08f6f1f1..376b6ceb 100644
--- a/spec/help_spec.lua
+++ b/spec/help_spec.lua
@@ -2,7 +2,7 @@ local test_env = require("test/test_environment")
2 2
3test_env.unload_luarocks() 3test_env.unload_luarocks()
4 4
5expose("LuaRocks help tests #blackbox #b_help", function() 5describe("LuaRocks help tests #blackbox #b_help", function()
6 6
7 before_each(function() 7 before_each(function()
8 test_env.setup_specs(extra_rocks) 8 test_env.setup_specs(extra_rocks)