Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
801 commits behind the upstream repository.
downloads.rb 127 B
FactoryGirl.define do

  factory :download do |f|
  	f.ip { Faker::Internet.ip_v4_address }
  	downloadable
    user
  end

end