annotate test/exemplars/issue_priority_exemplar.rb @ 1469:c77ab1edff6b bug_563

Close obsolete branch bug_563
author Chris Cannam
date Wed, 23 Jan 2013 14:12:47 +0000
parents cbb26bc654de
children
rev   line source
Chris@0 1 class IssuePriority < Enumeration
Chris@909 2 generator_for :name, :start => 'IssuePriority0'
Chris@0 3 generator_for :type => 'IssuePriority'
Chris@0 4
Chris@0 5 end