Sha256: cbbbe5c4640e205342667c1cd6ae9e3e233064db3b86dc5d52a75b6203160583
Contents?: true
Size: 281 Bytes
Versions: 121
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :transplant_registration_status, class: Renalware::Transplants::RegistrationStatus do accountable description { create(:transplant_registration_status_description) } started_on { Time.zone.today } end end
Version data entries
121 entries across 121 versions & 1 rubygems