Sha256: 8668b7c6d992d56cc890f5e18091dd2c8b2b893cbeaa9d12f0effeb8ea2c07e7
Contents?: true
Size: 210 Bytes
Versions: 118
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :prescription_termination, class: "Renalware::Medications::PrescriptionTermination" do accountable terminated_on { "2016-07-26" } end end
Version data entries
118 entries across 118 versions & 1 rubygems