aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorGeorge Roman <george.roman.99@gmail.com>2018-07-27 22:29:11 +0300
committerHisham Muhammad <hisham@gobolinux.org>2018-07-31 15:50:22 -0300
commitc02b5989301312dfee02c195497e119bd0c73b85 (patch)
tree703609129b94dc7d29761aa91558f294dd263956 /spec/fixtures
parent0e04e372cb118ca997f7ede59041df934cd939f1 (diff)
downloadluarocks-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.rockspec1
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}
6description = { 6description = {
7 summary = "An example rockspec", 7 summary = "An example rockspec",
8 homepage = "http://www.example.com"
8} 9}
9dependencies = { 10dependencies = {
10 "lua >= 5.1" 11 "lua >= 5.1"