diff options
Diffstat (limited to 'spec/quick/doc.q')
-rw-r--r-- | spec/quick/doc.q | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/quick/doc.q b/spec/quick/doc.q new file mode 100644 index 00000000..4c71f838 --- /dev/null +++ b/spec/quick/doc.q | |||
@@ -0,0 +1,13 @@ | |||
1 | SUITE: luarocks doc | ||
2 | |||
3 | ================================================================================ | ||
4 | TEST: --local | ||
5 | |||
6 | RUN: luarocks install --local --only-server=%{fixtures_dir}/a_repo a_rock | ||
7 | |||
8 | RUN: luarocks doc a_rock --local | ||
9 | |||
10 | STDOUT: | ||
11 | -------------------------------------------------------------------------------- | ||
12 | opening http://www.example.com | ||
13 | -------------------------------------------------------------------------------- | ||