summaryrefslogtreecommitdiff
path: root/test/factories/tenant_memberships.rb
blob: ee52367161533b574e9472dfa97a1fa0407d68e6 (plain)
1
2
3
4
5
6
# Read about factories at http://github.com/thoughtbot/factory_girl

Factory.define :tenant_membership do |f|
  f.association :user
  f.association :tenant
end