Sha256: 1a00de4958724a28a17b9090a40730c091ce91d4cd5ddf22a34610f1af0c79f5
Contents?: true
Size: 283 Bytes
Versions: 17
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
17 entries across 17 versions & 1 rubygems