From a279e77c39448a2e751e1b9b765962ee319c1967 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Wed, 14 Jun 2017 00:13:56 +0200 Subject: [PATCH] Fix typo on legislation process factory --- spec/factories.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/factories.rb b/spec/factories.rb index 8076537e4..c63792dce 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -615,7 +615,7 @@ FactoryGirl.define do debate_phase_enabled true allegations_phase_enabled true draft_publication_enabled true - result_publication_enable true + result_publication_enabled true trait :next do start_date Date.current + 2.days