diff options
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", [[ |