aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/loader_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-02-28 22:38:41 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-02-29 15:46:16 +0000
commit0ca8c460e867356342180bb625760ed9201a5503 (patch)
tree34a5b7c761cfdf1f0f14faf7a5e694ba98461457 /spec/unit/loader_spec.lua
parent5eb1e7a0845570c25585552068fde229da9e0b7a (diff)
downloadluarocks-0ca8c460e867356342180bb625760ed9201a5503.tar.gz
luarocks-0ca8c460e867356342180bb625760ed9201a5503.tar.bz2
luarocks-0ca8c460e867356342180bb625760ed9201a5503.zip
tests: disable luacov runner tick
Diffstat (limited to 'spec/unit/loader_spec.lua')
-rw-r--r--spec/unit/loader_spec.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/spec/unit/loader_spec.lua b/spec/unit/loader_spec.lua
index 7650c80c..cde30590 100644
--- a/spec/unit/loader_spec.lua
+++ b/spec/unit/loader_spec.lua
@@ -1,12 +1,9 @@
1local test_env = require("spec.util.test_env") 1local test_env = require("spec.util.test_env")
2local run = test_env.run 2local run = test_env.run
3 3
4describe("luarocks.loader", function() 4test_env.setup_specs()
5
6 before_each(function()
7 test_env.setup_specs()
8 end)
9 5
6describe("luarocks.loader", function()
10 describe("#unit", function() 7 describe("#unit", function()
11 it("starts", function() 8 it("starts", function()
12 assert(run.lua_bool([[-e "require 'luarocks.loader'; print(package.loaded['luarocks.loaded'])"]])) 9 assert(run.lua_bool([[-e "require 'luarocks.loader'; print(package.loaded['luarocks.loaded'])"]]))