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

Version Path
renalware-core-2.0.77 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.76 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.75 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.74 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.73 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.72 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.71 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.70 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.69 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.68 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.67 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.64 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.63 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.62 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.61 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.60 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.58 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.57 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.56 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.55 spec/factories/transplants/registration_status_descriptions.rb