diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-29 00:46:06 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-29 15:46:16 +0000 |
| commit | f76b7a2b13e411df2e696146bb0a6396781acd92 (patch) | |
| tree | 38ed32f81f05f6eacd03f36eacd5341e7b1d17dd /spec/doc_spec.lua | |
| parent | 0ca8c460e867356342180bb625760ed9201a5503 (diff) | |
| download | luarocks-f76b7a2b13e411df2e696146bb0a6396781acd92.tar.gz luarocks-f76b7a2b13e411df2e696146bb0a6396781acd92.tar.bz2 luarocks-f76b7a2b13e411df2e696146bb0a6396781acd92.zip | |
tests: speed up and simplify
Diffstat (limited to 'spec/doc_spec.lua')
| -rw-r--r-- | spec/doc_spec.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/doc_spec.lua b/spec/doc_spec.lua index 062b36e7..f48f951a 100644 --- a/spec/doc_spec.lua +++ b/spec/doc_spec.lua | |||
| @@ -126,11 +126,6 @@ describe("luarocks doc #integration", function() | |||
| 126 | end, finally) | 126 | end, finally) |
| 127 | end) | 127 | end) |
| 128 | 128 | ||
| 129 | it("with --local", function() | ||
| 130 | assert.is_true(run.luarocks_bool("install --local --server=" .. testing_paths.fixtures_dir .. "/a_repo a_rock")) | ||
| 131 | assert.is_true(run.luarocks_bool("doc --server=" .. testing_paths.fixtures_dir .. "/a_repo a_rock --local")) | ||
| 132 | end) | ||
| 133 | |||
| 134 | it("with --porcelain", function() | 129 | it("with --porcelain", function() |
| 135 | test_env.run_in_tmp(function(tmpdir) | 130 | test_env.run_in_tmp(function(tmpdir) |
| 136 | test_env.write_file("test-1.0-1.rockspec", [[ | 131 | test_env.write_file("test-1.0-1.rockspec", [[ |
