Sha256: 734346b1d50b7dff47900f593219600de60030f3e1e91ebf48f9fc9f099ffc57
Contents?: true
Size: 189 Bytes
Versions: 7
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :download, class: Lcms::Engine::Download do title { Faker::Lorem.words.join '' } url { Faker::Internet.url } end end
Version data entries
7 entries across 7 versions & 1 rubygems