Sha256: 71cb183a23a0d3415d3e22ef8c7536e83644ed35e23541e3b7228a9cfeff29d4
Contents?: true
Size: 221 Bytes
Versions: 20
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :technology_type, class: Patch::TechnologyType do slug { "reforestation" } name { "Reforestation" } association(:parent_technology_type) end end
Version data entries
20 entries across 20 versions & 1 rubygems