Sha256: 605026c8da3db3114b459c419e7a75e8cf17cfa215403f646dcc7e380d006ad3
Contents?: true
Size: 336 Bytes
Versions: 102
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :internal_message, class: "Renalware::Messaging::Internal::Message" do body { "The body" } subject { "The subject" } urgent { false } association :author, factory: :author sent_at { Time.zone.now } association :patient receipts { [] } end end
Version data entries
102 entries across 102 versions & 1 rubygems