We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3796fa3 commit e9b85deCopy full SHA for e9b85de
spec/factories/better_together/conversation_participants.rb
@@ -1,6 +1,10 @@
1
# frozen_string_literal: true
2
3
FactoryBot.define do
4
- factory :conversation_participant do # rubocop:todo Lint/EmptyBlock
+ factory('better_together/conversation_participant',
5
+ class: 'BetterTogether::ConversationParticipant',
6
+ aliases: %i[better_together_conversation_participant conversation_participant]) do
7
+ association :conversation
8
+ association :person
9
end
10
0 commit comments