spec/factories/repo.rb in hubstats-0.5.4 vs spec/factories/repo.rb in hubstats-0.5.5
- old
+ new
@@ -2,15 +2,15 @@
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