Sha256: 40fe22a2dab4ecc7bbf79bbe42a683d2cdd0efcd220f12d45d0c6d79e9ec476e

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

@diagrams
Feature: Nomnoml

  As a liquid user, I want to use nomnoml diagram

  Background:
    Given I have a liquid template with:
      """
      {% nomnoml %}
      [Pirate|eyeCount: Int|raid();pillage()|
        [beard]--[parrot]
        [beard]-:>[foul mouth]
      ]
      {% endnomnoml %}
      """

  Scenario: Basic Rendering
    When I render it
    Then the output should contains '<svg'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
liquid-diagrams-0.4.0 features/diagrams/nomnoml.feature