Sha256: 8f16f889c9b0e266c4c52cc13976fc6be96a4e4ffa730e3a9e89881a770344e9
Contents?: true
Size: 288 Bytes
Versions: 11
Compression:
Stored size: 288 Bytes
Contents
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
11 entries across 11 versions & 1 rubygems