fix #1114. also update locales for last merges/commits

This commit is contained in:
Reinier Balt 2011-11-18 11:43:06 +01:00
parent 6aa8b8d2f9
commit eb2f071c80
13 changed files with 1494 additions and 1453 deletions

View file

@ -20,6 +20,7 @@ begin
t.sequence(:description) { |n| "testtodo#{n}" }
t.association :context
end
rescue FactoryGirl::DuplicateDefinitionError
# No problem, apparently this file was included already.
end