summaryrefslogtreecommitdiff
path: root/test/factories/gemeinschaft_setups.rb
blob: a2c0f72beb2b59e4e63b65b6cb594cfe5bd9cd68 (plain)
1
2
3
4
5
6
7
8
9
10
# Read about factories at http://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :gemeinschaft_setup do
    association :user
    association :sip_domain
    association :country
    association :language
  end
end