diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-28 22:38:41 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-29 15:46:16 +0000 |
| commit | 0ca8c460e867356342180bb625760ed9201a5503 (patch) | |
| tree | 34a5b7c761cfdf1f0f14faf7a5e694ba98461457 /spec/unit/loader_spec.lua | |
| parent | 5eb1e7a0845570c25585552068fde229da9e0b7a (diff) | |
| download | luarocks-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.lua | 7 |
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 @@ | |||
| 1 | local test_env = require("spec.util.test_env") | 1 | local test_env = require("spec.util.test_env") |
| 2 | local run = test_env.run | 2 | local run = test_env.run |
| 3 | 3 | ||
| 4 | describe("luarocks.loader", function() | 4 | test_env.setup_specs() |
| 5 | |||
| 6 | before_each(function() | ||
| 7 | test_env.setup_specs() | ||
| 8 | end) | ||
| 9 | 5 | ||
| 6 | describe("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'])"]])) |
