Sha256: c121d4e5c4e048cc548ffc16cdf272b0f942dc164ee732af696682db6b62307e
Contents?: true
Size: 306 Bytes
Versions: 75
Compression:
Stored size: 306 Bytes
Contents
module CFoundry FactoryGirl.define do factory :quota_definition, class: CFoundry::V2::QuotaDefinition do sequence(:guid) { |n| "quota-definition-guid-#{n}" } ignore do client { FactoryGirl.build(:client) } end initialize_with { new(guid, client) } end end end
Version data entries
75 entries across 75 versions & 3 rubygems