mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
11 lines
143 B
Ruby
11 lines
143 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :user_snp do
|
|
local_genotype { 'AG' }
|
|
genotype
|
|
user
|
|
snp
|
|
end
|
|
end
|