Sha256: db33071252b8128d99d284fbd35bf460f4f4521eee05a694448ecbd6b919d164
Contents?: true
Size: 228 Bytes
Versions: 9
Compression:
Stored size: 228 Bytes
Contents
FactoryGirl.define do factory :domain, :class => CFoundry::V2::Domain do sequence(:guid) { |n| "domain-guid-#{n}" } transient do client build(:client) end initialize_with { new(guid, client) } end end
Version data entries
9 entries across 9 versions & 2 rubygems