debian-mirror-gitlab/spec/factories/notes/notes_metadata.rb
2023-07-09 08:55:56 +05:30

8 lines
175 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :note_metadata, class: 'Notes::NoteMetadata' do
note
email_participant { 'email@example.com' }
end
end