diff options
Diffstat (limited to 'spec/show_spec.lua')
-rw-r--r-- | spec/show_spec.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/show_spec.lua b/spec/show_spec.lua index 4880106d..a3f856fd 100644 --- a/spec/show_spec.lua +++ b/spec/show_spec.lua | |||
@@ -88,4 +88,9 @@ describe("LuaRocks show #blackbox #b_show", function() | |||
88 | assert.match("a_build_dep", run.luarocks("show has_build_dep --build-deps")) | 88 | assert.match("a_build_dep", run.luarocks("show has_build_dep --build-deps")) |
89 | end) | 89 | end) |
90 | 90 | ||
91 | it("shows #namespaces via --rock-namespace", function() | ||
92 | assert(run.luarocks_bool("build a_user/a_rock --server=" .. testing_paths.fixtures_dir .. "/a_repo" )) | ||
93 | assert.match("a_user", run.luarocks("show a_rock --rock-namespace")) | ||
94 | end) | ||
95 | |||
91 | end) | 96 | end) |