new issue format

This commit is contained in:
gitlabhq 2011-10-28 12:22:09 +03:00
parent 56d9761844
commit a017181339
8 changed files with 60 additions and 10 deletions

View file

@ -32,7 +32,6 @@ end
Factory.add(:issue, Issue) do |obj|
obj.title = Faker::Lorem.sentence
obj.content = Faker::Lorem.sentences
end
Factory.add(:snippet, Snippet) do |obj|