aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories.rb')
-rw-r--r--spec/factories.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/factories.rb b/spec/factories.rb
index c5c1c0ff0..c36f1c71a 100644
--- a/spec/factories.rb
+++ b/spec/factories.rb
@@ -3,6 +3,8 @@ FactoryGirl.define do
factory :referential do |f|
f.sequence(:name) { |n| "Test #{n}" }
f.sequence(:slug) { |n| "test_#{n}" }
+ f.sequence(:prefix) { |n| "test_#{n}" }
+ f.time_zone "Europe/Paris"
end
factory :user do |f|