Sha256: e616a2f50bc91c09315e8f74cbdcf71733a6705cfd07297375e3ca7a2e4280e1
Contents?: true
Size: 361 Bytes
Versions: 35
Compression:
Stored size: 361 Bytes
Contents
# Generates fake repo data we can use to test with FactoryGirl.define do factory :repo, :class => Hubstats::Repo do id 101010 name "hubstats" full_name "hub/hubstats" created_at '2015-05-30' end factory :repo_hash, class:Hash do id 101010 name "Hubstats" full_name "hub/hubstats" initialize_with { attributes } end end
Version data entries
35 entries across 35 versions & 1 rubygems