##// END OF EJS Templates
Don't use auth_sources fixtures when not needed....
Don't use auth_sources fixtures when not needed. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8915 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7338:189b31601621
r8795:a9161a3fdeff
Show More
issue_priority_exemplar.rb
5 lines | 130 B | text/x-ruby | RubyLexer
/ test / exemplars / issue_priority_exemplar.rb
class IssuePriority < Enumeration
generator_for :name, :start => 'IssuePriority0'
generator_for :type => 'IssuePriority'
end