Sha256: a6f2498b6cb40de982f60d7ca781c1bdc0cdba3e3209c350aaf0c3d743949ce3
Contents?: true
Size: 259 Bytes
Versions: 28
Compression:
Stored size: 259 Bytes
Contents
FactoryGirl.define do factory :organization, :class => CFoundry::V2::Organization do sequence(:guid) { |n| "organization-guid-#{n}" } ignore do client { FactoryGirl.build(:client) } end initialize_with { new(guid, client) } end end
Version data entries
28 entries across 28 versions & 1 rubygems