aboutsummaryrefslogtreecommitdiff
path: root/spec/doc_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/doc_spec.lua')
-rw-r--r--spec/doc_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/doc_spec.lua b/spec/doc_spec.lua
index bf5214d4..2c0f4bce 100644
--- a/spec/doc_spec.lua
+++ b/spec/doc_spec.lua
@@ -70,7 +70,7 @@ describe("LuaRocks doc tests #integration", function()
70 describe("#namespaces", function() 70 describe("#namespaces", function()
71 it("retrieves docs for a namespaced package from the command-line", function() 71 it("retrieves docs for a namespaced package from the command-line", function()
72 assert(run.luarocks_bool("build a_user/a_rock --server=" .. testing_paths.fixtures_dir .. "/a_repo" )) 72 assert(run.luarocks_bool("build a_user/a_rock --server=" .. testing_paths.fixtures_dir .. "/a_repo" ))
73 assert(run.luarocks_bool("build a_rock --keep --server=" .. testing_paths.fixtures_dir .. "/a_repo" )) 73 assert(run.luarocks_bool("build a_rock 1.0 --keep --server=" .. testing_paths.fixtures_dir .. "/a_repo" ))
74 assert.match("a_rock 2.0", run.luarocks("doc a_user/a_rock")) 74 assert.match("a_rock 2.0", run.luarocks("doc a_user/a_rock"))
75 end) 75 end)
76 end) 76 end)