aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/remove_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/remove_spec.lua b/spec/remove_spec.lua
index 9bf038b0..10ab012d 100644
--- a/spec/remove_spec.lua
+++ b/spec/remove_spec.lua
@@ -82,11 +82,11 @@ describe("LuaRocks remove tests #blackbox #b_remove", function()
82 end) 82 end)
83 end) 83 end)
84 84
85 it("LuaRocks-admin remove #ssh", function() 85 it("#admin remove #ssh", function()
86 assert.is_true(run.luarocks_admin_bool("--server=testing remove luasocket-3.0rc1-2.src.rock")) 86 assert.is_true(run.luarocks_admin_bool("--server=testing remove luasocket-3.0rc1-2.src.rock"))
87 end) 87 end)
88 88
89 it("LuaRocks-admin remove missing", function() 89 it("#admin remove missing", function()
90 assert.is_false(run.luarocks_admin_bool("--server=testing remove")) 90 assert.is_false(run.luarocks_admin_bool("--server=testing remove"))
91 end) 91 end)
92end) 92end)