diff options
Diffstat (limited to 'spec/make_manifest_spec.lua')
-rw-r--r-- | spec/make_manifest_spec.lua | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/spec/make_manifest_spec.lua b/spec/make_manifest_spec.lua index a33b1f5b..a3d015c9 100644 --- a/spec/make_manifest_spec.lua +++ b/spec/make_manifest_spec.lua | |||
@@ -3,15 +3,13 @@ local run = test_env.run | |||
3 | 3 | ||
4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
5 | 5 | ||
6 | describe("LuaRocks make_manifest tests #integration", function() | 6 | describe("luarocks make_manifest #integration", function() |
7 | 7 | ||
8 | before_each(function() | 8 | before_each(function() |
9 | test_env.setup_specs() | 9 | test_env.setup_specs() |
10 | end) | 10 | end) |
11 | 11 | ||
12 | describe("LuaRocks-admin make manifest tests", function() | 12 | it("runs", function() |
13 | it("LuaRocks-admin make manifest", function() | 13 | assert.is_true(run.luarocks_admin_bool("make_manifest")) |
14 | assert.is_true(run.luarocks_admin_bool("make_manifest")) | ||
15 | end) | ||
16 | end) | 14 | end) |
17 | end) | 15 | end) |