diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-26 18:30:31 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-27 13:28:33 -0300 |
commit | 03e401231972d7b4db0145a71ce74d5d18d1a901 (patch) | |
tree | 10e59cd4fe0065ec87db0699965bb5e2f0436d74 /spec/cmd_spec.lua | |
parent | 5b2e63e6b087bdf626dd7cef319d6ba29f5e197c (diff) | |
download | luarocks-03e401231972d7b4db0145a71ce74d5d18d1a901.tar.gz luarocks-03e401231972d7b4db0145a71ce74d5d18d1a901.tar.bz2 luarocks-03e401231972d7b4db0145a71ce74d5d18d1a901.zip |
tests: reorganize and speed up unit tests
Diffstat (limited to 'spec/cmd_spec.lua')
-rw-r--r-- | spec/cmd_spec.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/cmd_spec.lua b/spec/cmd_spec.lua index 5d6e729b..9067a160 100644 --- a/spec/cmd_spec.lua +++ b/spec/cmd_spec.lua | |||
@@ -2,11 +2,9 @@ local test_env = require("spec.util.test_env") | |||
2 | local lfs = require("lfs") | 2 | local lfs = require("lfs") |
3 | local run = test_env.run | 3 | local run = test_env.run |
4 | 4 | ||
5 | test_env.unload_luarocks() | ||
6 | |||
7 | describe("LuaRocks command line #integration", function() | 5 | describe("LuaRocks command line #integration", function() |
8 | 6 | ||
9 | setup(function() | 7 | lazy_setup(function() |
10 | test_env.setup_specs() | 8 | test_env.setup_specs() |
11 | end) | 9 | end) |
12 | 10 | ||