diff options
author | George Roman <george.roman.99@gmail.com> | 2018-07-27 22:29:11 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-31 15:50:22 -0300 |
commit | c02b5989301312dfee02c195497e119bd0c73b85 (patch) | |
tree | 703609129b94dc7d29761aa91558f294dd263956 /spec/fixtures | |
parent | 0e04e372cb118ca997f7ede59041df934cd939f1 (diff) | |
download | luarocks-c02b5989301312dfee02c195497e119bd0c73b85.tar.gz luarocks-c02b5989301312dfee02c195497e119bd0c73b85.tar.bz2 luarocks-c02b5989301312dfee02c195497e119bd0c73b85.zip |
Tests: refactor and add fixtures for the doc tests
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/a_repo/a_rock-1.0-1.rockspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/a_repo/a_rock-1.0-1.rockspec b/spec/fixtures/a_repo/a_rock-1.0-1.rockspec index 9f15e87a..69d78209 100644 --- a/spec/fixtures/a_repo/a_rock-1.0-1.rockspec +++ b/spec/fixtures/a_repo/a_rock-1.0-1.rockspec | |||
@@ -5,6 +5,7 @@ source = { | |||
5 | } | 5 | } |
6 | description = { | 6 | description = { |
7 | summary = "An example rockspec", | 7 | summary = "An example rockspec", |
8 | homepage = "http://www.example.com" | ||
8 | } | 9 | } |
9 | dependencies = { | 10 | dependencies = { |
10 | "lua >= 5.1" | 11 | "lua >= 5.1" |