Sha256: e35a5f013739f91ca97db10c5c8e2f452ee33da868d52add5781e91e851ebc00

Contents?: true

Size: 315 Bytes

Versions: 35

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :transplant_registration_status_description,
          class: "Renalware::Transplants::RegistrationStatusDescription" do
    code { "active" }
    name { "Active" }

    trait :active do
      code { "active" }
      name { "Active" }
    end
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
renalware-core-2.0.147 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.146 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.145 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.144 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.143 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.142 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.141 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.140 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.139 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.138 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.137 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.136 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.135 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.134 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.133 spec/factories/transplants/registration_status_descriptions.rb