Sha256: 1c593ffe928a25ca6b2d83d1c5a12ad469e14c5daf49c1447164e9bd424caf69
Contents?: true
Size: 283 Bytes
Versions: 10
Compression:
Stored size: 283 Bytes
Contents
FactoryGirl.define do factory :repo, :class => Hubstats::Repo do id 101010 name "hubstats" full_name "hub/hubstats" end factory :repo_hash, class:Hash do id 101010 name "Hubstats" full_name "hub/hubstats" initialize_with { attributes } end end
Version data entries
10 entries across 10 versions & 1 rubygems