Sha256: ba220b29882f73cb30fc08ec9363ddf0c24bf239ee6174312905cd33273eea12
Contents?: true
Size: 278 Bytes
Versions: 158
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :research_study_participant, class: "Renalware::Research::StudyParticipant" do association :study, factory: :research_study association :patient, factory: :patient joined_on { Time.zone.today } end end
Version data entries
158 entries across 158 versions & 1 rubygems