GTASA / moonloader /luarocks /spec /refresh_cache_spec.lua
nttl050611's picture
Upload 2089 files
d7c5875 verified
Raw
History Blame Contribute Delete
326 Bytes
local test_env = require("spec.util.test_env")
local run = test_env.run
describe("luarocks-admin refresh_cache #integration", function()
before_each(function()
test_env.setup_specs()
end)
it("runs #ssh", function()
assert.is_true(run.luarocks_admin_bool("--server=testing refresh_cache"))
end)
end)