Sha256: 4d7800e59d63f25e40ac95e7b72a936b1c2aba49078e3cb4b0063731ecb31767
Contents?: true
Size: 238 Bytes
Versions: 85
Compression:
Stored size: 238 Bytes
Contents
FactoryGirl.define do factory :stack, :class => CFoundry::V2::Stack do sequence(:guid) { |n| "stack-guid-#{n}" } ignore do client { FactoryGirl.build(:client) } end initialize_with { new(guid, client) } end end
Version data entries
85 entries across 85 versions & 2 rubygems