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