diff options
Diffstat (limited to 'spec/new_version_spec.lua')
-rw-r--r-- | spec/new_version_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/new_version_spec.lua b/spec/new_version_spec.lua index 4e4d5d27..d77d32d1 100644 --- a/spec/new_version_spec.lua +++ b/spec/new_version_spec.lua | |||
@@ -30,6 +30,7 @@ describe("LuaRocks new_version tests #blackbox #b_new_version", function() | |||
30 | it("LuaRocks new version invalid url", function() | 30 | it("LuaRocks new version invalid url", function() |
31 | assert.is_true(run.luarocks_bool("download --rockspec abelhas 1.0")) | 31 | assert.is_true(run.luarocks_bool("download --rockspec abelhas 1.0")) |
32 | assert.is_true(run.luarocks_bool("new_version abelhas-1.0-1.rockspec 1.1 http://luainvalid")) | 32 | assert.is_true(run.luarocks_bool("new_version abelhas-1.0-1.rockspec 1.1 http://luainvalid")) |
33 | assert.is.truthy(lfs.attributes("abelhas-1.1-1.rockspec")) | ||
33 | test_env.remove_files(lfs.currentdir(), "abelhas--") | 34 | test_env.remove_files(lfs.currentdir(), "abelhas--") |
34 | end) | 35 | end) |
35 | end) | 36 | end) |