Sha256: 7e1889b5d445c5498d94a26bd65a7f3394c63a9e2f446c3b014e24be953f881c
Contents?: true
Size: 203 Bytes
Versions: 16
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :material, class: Lcms::Engine::Material do sequence(:identifier, 'a') { |n| n } file_id { "file_#{SecureRandom.hex(6)}" } end end
Version data entries
16 entries across 16 versions & 1 rubygems