diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-20 10:45:09 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-01 15:51:13 -0300 |
commit | 5de72a61610f451ca45b4f8eedd9b9539571dca5 (patch) | |
tree | 278137615a75fba082beb3ac358a9a9be60e9e8a /spec/fetch_spec.lua | |
parent | 4c1c170b9d344b6c069c8e6df5798f6e0bd63966 (diff) | |
download | luarocks-5de72a61610f451ca45b4f8eedd9b9539571dca5.tar.gz luarocks-5de72a61610f451ca45b4f8eedd9b9539571dca5.tar.bz2 luarocks-5de72a61610f451ca45b4f8eedd9b9539571dca5.zip |
Tests: minor cleanups
Diffstat (limited to 'spec/fetch_spec.lua')
-rw-r--r-- | spec/fetch_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fetch_spec.lua b/spec/fetch_spec.lua index b878c1e6..83797480 100644 --- a/spec/fetch_spec.lua +++ b/spec/fetch_spec.lua | |||
@@ -439,6 +439,7 @@ describe("Luarocks fetch test #unit #mock", function() | |||
439 | 439 | ||
440 | it("from #git", function() | 440 | it("from #git", function() |
441 | local rockspec, err = rockspecs.from_persisted_table("testrock-dev-1.rockspec", { | 441 | local rockspec, err = rockspecs.from_persisted_table("testrock-dev-1.rockspec", { |
442 | rockspec_format = "3.0", | ||
442 | package = "testrock", | 443 | package = "testrock", |
443 | version = "dev-1", | 444 | version = "dev-1", |
444 | source = { | 445 | source = { |