Remove attributes that default to nil from Geo::FileRegistry factory

parent 6614fd8b
......@@ -2,8 +2,6 @@ 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
......
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