Sha256: 7906f98d3e44ae6cc6f4278b7b728c0baa260786d18b598dbc3cf8235ce861a1
Contents?: true
Size: 229 Bytes
Versions: 31
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :transplant_registration_status_description, class: Renalware::Transplants::RegistrationStatusDescription do code { "active" } name { "Active" } end end
Version data entries
31 entries across 31 versions & 1 rubygems