Merge branch 'master' into call_for_booths

This commit is contained in:
Stella Rouzi 2017-07-14 13:28:18 +03:00 committed by GitHub
commit 8de3da97bb
33 changed files with 1285 additions and 117 deletions

View file

@ -5,5 +5,11 @@ FactoryGirl.define do
color { Faker::Color.hex_color }
short_name { SecureRandom.urlsafe_base64(5) }
program
trait :self_organized do
association :submitter, factory: :user
state 'new'
cfp_active false
end
end
end