Sha256: cd96dac9b7e4e15c036d93f666dfcfc94c369997f9643e5187e838f5f813a5ae
Contents?: true
Size: 319 Bytes
Versions: 40
Compression:
Stored size: 319 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
40 entries across 40 versions & 1 rubygems