summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAge
* Add tests for xrefs inside nested documentsJakub Jirutka2020-04-16
| | | | Related to #3
* Rubocop: Bump TargetRubyVersion for specs to 2.4Jakub Jirutka2020-04-16
|
* Add .adoc extension to all xref pathsJakub Jirutka2019-04-02
|
* Spec: Make specs compatible with Asciidoctor 1.5.6Jakub Jirutka2018-01-30
| | | | | | | | | | | | | | | | | | | | 1) Failure/Error: should have_anchor href: 'doc-a.html', text: 'doc-a.html' "doc-a.html" expected within "a[href='doc-a.html']" in following template: <div class="paragraph"> <p><a href="doc-a.html">[doc-a]</a></p> </div> 2) Failure/Error: should have_anchor href: 'missing.html', text: 'missing.html' "missing.html" expected within "a[href='missing.html']" in following template: <div class="paragraph"> <p><a href="missing.html">[missing]</a></p> </div> 3) Failure/Error: should have_anchor href: 'doc-a.html#missing', text: 'doc-a.html' "doc-a.html" expected within "a[href='doc-a.html#missing']" in following template: <div class="paragraph"> <p><a href="doc-a.html#missing">[doc-a#missing]</a></p> </div>
* Add integration testsJakub Jirutka2018-01-30
|
* Prepare project structureJakub Jirutka2018-01-30