Add a factory for Deo::FileRegistry model

parent da66fdc4
FactoryGirl.define do
factory :geo_file_registry, class: Geo::FileRegistry do
sequence(:file_id)
file_type :file
bytes nil
sha256 nil
trait :avatar do
file_type :avatar
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment