Sha256: 616faf3923649fd418eb89d14338e96b87909619e2113296ee34e95d4e7f16c1

Contents?: true

Size: 487 Bytes

Versions: 2

Compression:

Stored size: 487 Bytes

Contents

---
layout: home
title: State Machine Cat Test
---

{% smcat %}
initial,
doing: entry/ write unit test
       do/ write code
       exit/ ...,
# smcat recognizes initial
# and final states by name
# and renders them appropriately
final;

initial      => "on backlog" : item adds most value;
"on backlog" => doing        : working on it;
doing        => testing      : built & unit tested;
testing      => "on backlog" : test not ok;
testing      => final        : test ok;
{% endsmcat %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-diagrams-0.9.0 test/dummy_site/npm/smcat.md
jekyll-diagrams-0.8.0 test/dummy_site/npm/smcat.md