Sha256: caa1843bc2f182cca842b204cb1f9657edec03162bf706c8df892e4a1f227af1

Contents?: true

Size: 595 Bytes

Versions: 1

Compression:

Stored size: 595 Bytes

Contents

Feature: SMCat


  Background: I have a file with SMCat
    Given I have a file 'smcat.md' with content:
      """
      ---
      ---

      {% smcat %}
      initial => smcat;
      {% endsmcat %}
      """

  Scenario: Basic Rendering
    When I run jekyll build
    Then the file '_site/smcat.html' should exist
    And I should see svg output in '_site/smcat.html'

  Scenario: Remove XML Heading
    When I run jekyll build
    Then the file '_site/smcat.html' should exist
    And I should not see '<\?xml' in '_site/smcat.html'
    And I should not see '<!DOCTYPE' in '_site/smcat.html'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-diagrams-0.9.3 features/smcat.feature