Sha256: f75192f30496239fa99dcdf6f12ac5f0e7b28f28f9b7d109446a387dc4543943

Contents?: true

Size: 398 Bytes

Versions: 4

Compression:

Stored size: 398 Bytes

Contents

class Brief::Apps::Blueprint::UserStory
  include Brief::Model

  defined_in Pathname(__FILE__)

  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 sync_with_github
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
brief-1.9.14 apps/blueprint/models/user_story.rb
brief-1.9.13 apps/blueprint/models/user_story.rb
brief-1.9.12 apps/blueprint/models/user_story.rb
brief-1.9.11 apps/blueprint/models/user_story.rb