Sha256: 5a0b2ceb9997befa3f0fdbed534dbb158bbf2954dcddba8cf805655be9ff09d6
Contents?: true
Size: 565 Bytes
Versions: 18
Compression:
Stored size: 565 Bytes
Contents
class Brief::Apps::Blueprint::Feature include Brief::Model defined_in Pathname(__FILE__) meta do title project owner status :in => %w(draft published) persona goal behavior epic_title remote_id tags Array end template :file => "feature.md.erb" content do persona "p strong:first-child" behavior "p strong:second-child" goal "p strong:third-child" settings "pre[lang='yaml'] code:first-of-type", :serialize => :yaml, :hide => true end actions do def sync_with_github end end end
Version data entries
18 entries across 18 versions & 1 rubygems