Skip to content
Snippets Groups Projects
Commit 2a66ad51 authored by Clarissa's avatar Clarissa
Browse files

Factory :download

parent 609768e7
No related branches found
No related tags found
No related merge requests found
FactoryGirl.define do
factory :download do |f|
f.ip { Faker::Internet.ip_v4_address }
downloadable
user
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment