diff options
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 = { |