Sha256: 26d3c1c008f5f322f75ab65753a3a5da69a2cecb9093a66597c7fa6fd3950c24
Contents?: true
Size: 580 Bytes
Versions: 18
Compression:
Stored size: 580 Bytes
Contents
class Brief::Apps::Blueprint::Release include Brief::Model meta do title status tags Array end content do paragraph "p:first-of-type" paragraps "p" title "h1:first-of-type", :hide => true tagline "h2:first-of-type", :hide => true yaml_data "code.yaml:first-of-type", :serialize => :yaml, :hide => true define_section "User Stories" do each("h2").has(:title => "h2", :paragraph => "p:first-of-type", :components => "p:first-of-type strong" ) end end end
Version data entries
18 entries across 18 versions & 1 rubygems