Sha256: f7a1acf4052a17da1c832b153ff0139efff61b68f8c5fa561b6e55df0c116f6c
Contents?: true
Size: 232 Bytes
Versions: 14
Compression:
Stored size: 232 Bytes
Contents
Factory.define :company do |c| c.name "Test" c.domain_name 'acme.com' c.subdomain 'test' c.after_create do |c| Factory(:home_page, :context => c) end c.after_create do |c| Factory(:user, :company => c) end end
Version data entries
14 entries across 14 versions & 1 rubygems