mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 14:03:16 -08:00
12 lines
282 B
Ruby
12 lines
282 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe ProcessFeedService do
|
|
subject { ProcessFeedService.new }
|
|
|
|
it 'updates remote user\'s account information'
|
|
it 'creates posts'
|
|
it 'creates reblogs'
|
|
it 'creates replies'
|
|
it 'creates reblogged replies'
|
|
it 'deletes removed posts'
|
|
end
|