Sha256: 2d970e86965e941b6d2cc659f8b1c44e2dd7280418e574984894113816013e2b
Contents?: true
Size: 334 Bytes
Versions: 8
Compression:
Stored size: 334 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" end factory :repo_hash, class:Hash do id 101010 name "Hubstats" full_name "hub/hubstats" initialize_with { attributes } end end
Version data entries
8 entries across 8 versions & 1 rubygems