blob: 9ee4daf6f5f2e2fde4e60ef5b9cf79550b8ccfca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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
|