features/mermaid.feature in jekyll-diagrams-0.9.2 vs features/mermaid.feature in jekyll-diagrams-0.9.3
- old
+ new
@@ -1,9 +1,9 @@
Feature: Mermaid
- Scenario: Default configuration
+ Scenario: Basic Rendering
Given I have a file 'mermaid.md' with content:
"""
---
---
@@ -15,7 +15,6 @@
John-->>Alice: Great!
{% endmermaid %}
"""
When I run jekyll build
Then the file '_site/mermaid.html' should exist
- And I should see 'diagrams mermaid' in '_site/mermaid.html'
And I should see svg output in '_site/mermaid.html'