mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:19:53 +01:00
Appease the dog overlords
This commit is contained in:
parent
d01a2ee252
commit
c6530cc4e7
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ require "use_case/question/create_followers"
|
|||
describe UseCase::Question::CreateFollowers do
|
||||
subject do
|
||||
UseCase::Question::CreateFollowers.call(
|
||||
source_user_id: source_user.id,
|
||||
content: content,
|
||||
source_user_id: source_user.id,
|
||||
content: content,
|
||||
author_identifier: author_identifier
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue