mirror of
https://github.com/funamitech/mastodon
synced 2024-11-24 23:26:42 +09:00
11 lines
215 B
Ruby
11 lines
215 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe PostStatusService do
|
|
subject { PostStatusService.new }
|
|
|
|
it 'creates a new status'
|
|
it 'creates a new response status'
|
|
it 'processes mentions'
|
|
it 'pings PuSH hubs'
|
|
end
|