Sha256: 329227317849d05f91e40a424e7ad037f359ea276ee09fed4b78888ebe04981f
Contents?: true
Size: 190 Bytes
Versions: 118
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :patients_bookmark, class: "Renalware::Patients::Bookmark" do notes { Faker::Lorem.sentence } urgent { true } end end
Version data entries
118 entries across 118 versions & 1 rubygems