# -*- encoding : utf-8 -*-
FactoryGirl.define do
factory :mass_build do
association :save_to_platform
association :user
projects_list "first"
arches { [ Arch.first.id ] }
auto_publish true
stop_build false
end