Sha256: dd0bfb70965c44cfc7a643c11cd7e3c32090d7e9afe6ba50b2b4035603020a86

Contents?: true

Size: 544 Bytes

Versions: 1

Compression:

Stored size: 544 Bytes

Contents

#
#	Do not change id or key
#		'id' could be referenced by existing data
#		'key' is used in the rails code for searching 
#
#	Be Advised.  Yaml fixture labels MUST BE UNIQUE.
#		If a label is repeated, only the last one will exist.
#
#	Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
#
complete:
  id: 1
  project_id: 1
  key: complete
  description: complete
closed:
  id: 2
  project_id: 1
  key: closed
  description: closed prior to completion
open:
  id: 3
  project_id: 1
  key: open
  description: open (pending)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ccls-ccls_engine-3.11.0 generators/ccls_engine/templates/fixtures/project_outcomes.yml