Sha256: 806fa96451080a8902e68b1101831233c969342f10d720c821356dd68d785546
Contents?: true
Size: 641 Bytes
Versions: 13
Compression:
Stored size: 641 Bytes
Contents
config do set(:models => Pathname(File.dirname(__FILE__)).join("models")) set(:templates => Pathname(File.dirname(__FILE__)).join("templates")) end view :custom_aggregator do {aggregator:"custom"} end define "Release" do meta do name end end define "User Story" do meta do title status :in => %w(draft published) epic_title end template :file => "user_story.md.erb" content do persona "p strong:first-child" behavior "p strong:second-child" goal "p strong:third-child" end actions do def defined_helper_method true end def custom_action true end end end
Version data entries
13 entries across 13 versions & 1 rubygems