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