Sha256: 7f4b4ac64744ebb7e05ae21649176e194412cda5e39d9779df8edf3c483c054f
Contents?: true
Size: 204 Bytes
Versions: 118
Compression:
Stored size: 204 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :problem, class: "Renalware::Problems::Problem" do accountable description { "further description of the patient problem" } end end
Version data entries
118 entries across 118 versions & 1 rubygems