Sha256: 36cf9abf43198a9bf1c31d01a02e86a2e42ab28794a0f8a591b9eaf37de691be
Contents?: true
Size: 194 Bytes
Versions: 86
Compression:
Stored size: 194 Bytes
Contents
FactoryGirl.define do factory :route, :class => CFoundry::V2::Route do guid { "route-id-1" } host { "route-host-1" } client nil initialize_with { new(guid, client) } end end
Version data entries
86 entries across 86 versions & 2 rubygems