Sha256: b6bcf5dd0f5bbab26fda35e62dfe1c50facadfe9441a41e862f3013664f7e7a4
Contents?: true
Size: 382 Bytes
Versions: 1
Compression:
Stored size: 382 Bytes
Contents
@diagrams Feature: Graphviz As a liquid user, I want to use graphviz diagram Background: Given I have a liquid template with: """ {% graphviz %} digraph { A -> B; } {% endgraphviz %} """ Scenario: Basic Rendering When I render it Then the output should contains '<svg' And the output should not contains '<\?xml'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
liquid-diagrams-0.4.0 | features/diagrams/graphviz.feature |