diff options
Diffstat (limited to 'spec/make_manifest_spec.lua')
-rw-r--r-- | spec/make_manifest_spec.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/spec/make_manifest_spec.lua b/spec/make_manifest_spec.lua deleted file mode 100644 index 146b6178..00000000 --- a/spec/make_manifest_spec.lua +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | local test_env = require("spec.util.test_env") | ||
2 | local run = test_env.run | ||
3 | |||
4 | describe("luarocks make_manifest #integration", function() | ||
5 | |||
6 | before_each(function() | ||
7 | test_env.setup_specs() | ||
8 | end) | ||
9 | |||
10 | it("runs", function() | ||
11 | assert.is_true(run.luarocks_admin_bool("make_manifest")) | ||
12 | end) | ||
13 | end) | ||