Appease the dog overlords
This commit is contained in:
parent
d01a2ee252
commit
c6530cc4e7
|
@ -7,8 +7,8 @@ require "use_case/question/create_followers"
|
||||||
describe UseCase::Question::CreateFollowers do
|
describe UseCase::Question::CreateFollowers do
|
||||||
subject do
|
subject do
|
||||||
UseCase::Question::CreateFollowers.call(
|
UseCase::Question::CreateFollowers.call(
|
||||||
source_user_id: source_user.id,
|
source_user_id: source_user.id,
|
||||||
content: content,
|
content: content,
|
||||||
author_identifier: author_identifier
|
author_identifier: author_identifier
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue