Sha256: 381f76d221ac66555da118f89e03beac8f8872ed8af87e088911ef8fe4951112
Contents?: true
Size: 408 Bytes
Versions: 16
Compression:
Stored size: 408 Bytes
Contents
# frozen_string_literal: true # This will guess the User class FactoryBot.define do factory :csv_import, class: Zizia::CsvImport do id { 1 } user_id { 1 } created_at { Time.current } updated_at { Time.current } manifest { Rails.root.join('spec', 'fixtures', 'csv_imports', 'good', 'all_fields.csv') } fedora_collection_id { '1' } update_actor_stack { 'HyraxDefault' } end end
Version data entries
16 entries across 16 versions & 1 rubygems