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.1.1 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.1.0 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.167 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.166 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.165 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.164 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.163 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.162 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.161 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.160 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.159 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.158 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.157 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.156 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.155 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.153 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.152 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.151 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.149 spec/factories/transplants/registration_status_descriptions.rb
renalware-core-2.0.148 spec/factories/transplants/registration_status_descriptions.rb