lib/decidim/elections/test/factories.rb in decidim-elections-0.26.7 vs lib/decidim/elections/test/factories.rb in decidim-elections-0.26.8

- old
+ new

@@ -45,9 +45,10 @@ start_time { 2.days.ago } end trait :ongoing do started + blocked_at { Time.current } end trait :finished do started end_time { 1.day.ago }