Sha256: ffb7d9729248523f4a1a62bb2f374fa5d8a2e87a65b272a2825ffe1de4a77306
Contents?: true
Size: 278 Bytes
Versions: 20
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :sdg, class: Patch::Sdg do description { "Take urgent action to combat climate change and its impacts." } number { 13 } title { "Climate Action" } url { "https://sdgs.un.org/goals/goal13" } end end
Version data entries
20 entries across 20 versions & 1 rubygems