2014-06-26 09:08:26 +02:00
|
|
|
# Read about factories at https://github.com/thoughtbot/factory_girl
|
|
|
|
|
|
|
|
|
|
FactoryGirl.define do
|
|
|
|
|
factory :campaign do
|
|
|
|
|
name 'Test Campaign'
|
|
|
|
|
utm_campaign 'testcampaign'
|
2015-04-14 17:33:59 +02:00
|
|
|
conference
|
2014-06-26 09:08:26 +02:00
|
|
|
end
|
|
|
|
|
end
|