lib/decidim/assemblies/test/factories.rb in decidim-assemblies-0.24.3 vs lib/decidim/assemblies/test/factories.rb in decidim-assemblies-0.25.0.rc1
- old
+ new
@@ -52,9 +52,10 @@
facebook_handler { "others" }
instagram_handler { "others" }
youtube_handler { "others" }
github_handler { "others" }
weight { 1 }
+ announcement { generate_localized_title }
trait :with_type do
assembly_type { create :assemblies_type, organization: organization }
end